Trying to upload files with lftp
by validator456 from LinuxQuestions.org on (#577RW)
I can download files from my Android device easily with this command:
Code:lftp 192.168.1.66:2343then go to the relevant map and then download the file with:
Code:get foobar.pdfBut how to use lftp to upload files to the Downloads folder on my Android device?
I will have to use the put command, that's for sure. But how?


Code:lftp 192.168.1.66:2343then go to the relevant map and then download the file with:
Code:get foobar.pdfBut how to use lftp to upload files to the Downloads folder on my Android device?
I will have to use the put command, that's for sure. But how?