Forum: Existing Scripts Jan 11th, 2008 |
| Replies: 1 Views: 1,009 Re: Directory Download Script I built ncftp on my system and it works great for doing this.
Just add this to the crontab:
ncftpget -u [user] -p [password] -R -DD [host] [local dir] [remote files]
Thanks |
Forum: Existing Scripts Jan 11th, 2008 |
| Replies: 1 Views: 1,009 Directory Download Script Hello,
Wondering if anyone knows of a certain script / solution...
I need a script that will download all the files from an FTP server recursively to the local machine and delete the files and... |