Greetings, I wrote a bash script to mirror an ftp site.
lftp -u 'username' ftp://ftpsite.com -d -e "set ftp:ssl-allow false;mirror -vc --log=/home/dnld/logs/lftp.log --parallel=10 /sourcedir/ /home/dnld/Dnld;exit" uname -a Linux localhost.localdomain 2.6.18-128.1.6.el5 #1 SMP Wed Apr 1 09:19:18 EDT 2009 i686 i686 i386 GNU/Linux For obvious reasons, I have had to hide exact details After going through initial handshakes etc. the download seem to stall I am usign a fully CentOS 5.3 box. Is there a method to log the filenames that are downloaded? Could somebody please point out where I went wrong Thanks and Regards Rajagopal
