script to copy 80GB files using ftp
Hi,
I need to copy about 80 GB of files from ftp1 onto ftp2/old.
FXP client does not work between the two sites on my servers, and I am forced to use a command line ftp client. I was able to zip few directories, and mput all the zip files, but unfortunately zip does not create files larger than 2GB.
Mput does not work on directories, and I am kind of stuck here. It seems like I need a script to do the job, but can't come up with one. I am trying to avoid downloading and uploading all the data, so if you can help me out I'd appreciate it.
Linux: infong421 2.6.17.7-20061004a-areca
shell access: on
root access: off
Thank you