Hi, Alex,
 
Thanks for creating lftp, it has been a great program, but I do have a little problem, have been wonder around the web and find no solution, hope you could help ...
 
I need to automate ftp to retrieve files in a shell script, but the problem is lftp need my interaction to give command, how can i automate it. I have been trying all methods, please help...thank you 
 
example of my script
#!/bin/sh
lftp -u central, central 192.168.1.45
lftp -c cd CENTRAL & ls & get aFile & exit
exit 0
 
Karsin

Reply via email to