Page 1 of 1

Php private port transfer: looking for suggestion!

Posted: Wed Dec 02, 2009 7:10 pm
by modpriest
I'm currently writing a script to transfer files from server to server! transfer is using private port! I'm successful writing transfer in FTP and HTTP method!

but both type of method is slow! I need a faster method, faster than FTP and HTTP method!

any other protocol is faster? any suggestion would be lovely! and merry christmas everyone.. :wink:

Re: Php private port transfer: looking for suggestion!

Posted: Wed Dec 02, 2009 8:14 pm
by John Cartwright
The protocols themselves, namely FTP, should not be the slow point. It probably has something to do with your up/down stream between the two servers.