Quote:
Originally Posted by j.p.s
I thought you were asking about lftp and other non kindle specific apps, and in fact, you wrote that you had already installed kterm. If it doesn't work, check the README and open and closed issues on github. If none of those address your problem, open a new issue on github.
I've never used or even installed kterm, it's just always seemed much easier to just ssh in if I need to do something.
/usr/bin and /usr/local/bin are traditional locations for command line tools. Sinct you wrote that you are familiar with linux, I assumed that you knew that.
|
I've installed kterm successfully (and even usbnetwork).
In this use scenario I want to have a script that automatically connects me to a server and downloads the stuff in a folder. As you suggested I can use ssh, but i was looking for something that can be automated with a bash script, like lftp (with ssh I need to manually type the password).
I knew about /bin, but having always used package managers to install stuff I'm still a noobie when it comes to manual installation