Need server-to-server file transfer script

Joined: 02/27/2007
User offline. Last seen 4 hours 14 min ago.

I have a folder full of sermon mp3's that I need to transfer to another server, both remote hosts. I'm looking for a simple script that I can use to transfer them instead of having to download then upload them all with my pokey DSL.

Free is preferred.

Thanks.

Taral Oza
Taral  Oza's picture
RE; Need server-to-server file transfer script

Hii ..

I have found couple of script which will help you for server to server file transfer ...
This scripts are in PHP ..

http://www.sizlopedia.com/2007...

Check this following link ..

Best regards ..
Taral Oza

Joined: 11/28/2008
User offline. Last seen 45 weeks 4 days ago.
Type of Server

Dont do the script - that's a hassle, what type of servers are these? Windows, Linux? If its Linux use the SSH ftp - WINSCP, if windows use the updated transfer protocol FTP.

Stay away from the scripts your life will be easier.

Also some hosting services will transfer for you on domain creation......

Joined: 05/05/2010
User offline. Last seen 13 weeks 2 days ago.
SSh with ftp and mget

As nhaas states, if your hosting provider allow ssh, you are in much better shape. You can simply ftp from one host to the other and then use the command:

mget *
or
mput *

This will transfer all the files from the given directory in sequential order.

Jeremy
Project Developer at New Church Center