Is there a way to fast copy files from old ftp server to another ftp server?
Moving to a new host I need to copy big files and my upload speed is slow to do that from my PC. How can I copy from old ftp server (PHP) to new one directly ?
31 Answer
If the two FTP servers support theFile eXchange Protocol, you may do this using an FTP client that supports it.
An example isFTP Rush, a free program for Windows that is available as a portable version and setup version.
For a review, see the articleTransfer files directly between servers with FTP Rush.
If one of the servers does not support this protocol, you could possibly use a cloud service such asMultCloud, where the free account lets you copy up to 50 GB of data.
4