Anyone found a script to get a whole directory from ftp and save it to another server ?
e.g. ftp on server 1 ---> hdd server 2
???
It's quite simple to write your own: just readdir() on the source machine, and have at it!