View Single Post
Old 02-28-2019, 03:13 PM   #8
j.p.s
Grand Sorcerer
j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.
 
Posts: 5,810
Karma: 103362673
Join Date: Apr 2011
Device: pb360
Quote:
Originally Posted by arooni View Post
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
j.p.s is offline   Reply With Quote