Web Hosting Talk







View Full Version : Fast Transfer of Huge Data Need Help!!!!


greattechie
10-23-2001, 08:02 AM
Hi,
I want to move a huge amount of data (e.g 25 mb to 50 mb) from one remote server to another remote server.And i don't have telnet access.
Moreover i don't want to stay connected all the time.
Does anybody know a tool that can be useful to me ??
Any help in this regard would be sincerly appreciated..
Eagerly awaiting any response

Thanks/Regards
Great Techno.

node9
10-23-2001, 09:34 AM
lol good luck
well
you can make a perl script that'll execute this:

tar -czvf /home/$username/public_html/data.tar.gz /home/username/public_html or wherever the dir is
and then d/l it

JTY
10-23-2001, 09:38 AM
You could also write a perl script that will compress it then, ftp it to the new host....

merryfi
10-24-2001, 07:57 AM
Hi,


I happened to come across a site
http://www.ftpy-ah.com
this site may not be perfect but it does serve the purpose of transfer of data from one server to another. And it is unbelieveably fast.
The main problem with the site is that it does not allow you to access your local Hard Disk.