Php private port transfer: looking for suggestion!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
modpriest
Forum Newbie
Posts: 4
Joined: Tue Feb 26, 2008 9:48 pm

Php private port transfer: looking for suggestion!

Post 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:
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: Php private port transfer: looking for suggestion!

Post 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.
Post Reply