Quote:
Originally Posted by arooni
I know there was some mention somewhere of not running USB mass storage while running koreader, but I think there'd be no issue with scp'ing in some new books while koreader is running correct?
For those of you who do that, do you manually type out the path each time? Or do you set a var /alias like
$KP = '/mnt/us/ebooks/'
?
and what if you have a bunch of directories to organize the books but you forget what they look like? i find myself ssh'ing in frist grabbing a path and then doing the scp. trying to optimize it a little
|
I don't do it often enough to make an alias
ssh, like rsh before it, is designed to execute a command on a remote host. If you leave the command off you get a shell session on the host. So
ssh root@kindle ls /mnt/us/documents
Then
scp book.azw3 root@kindle:/mnt/us/documents/directory