Has anyone ever logged into a remote server and then used an FTP client to move files from another server to the one they were logged into?
I need to move a 3GB file from one server to another and I can't get the built-in FTP backup repository feature to work for anything not on the same server. So far the files have been small I uploaded them to a private directory on the server after downloading them from the other server. Now that I am hitting the big files I don't want to spend all night downloading them and the spending even longer uploading them!!!
EDIT: I just found
this that might work for me.
Comments
Both servers are in the same data center and I have shell access to both (they run BSD).
421 Service not available, remote server timed out. Connection closed
EDIT: Do you have access to the network policy (iptables on the router)? Are these machines mission-critical and cannot afford a few minutes of downtime? Has the new server been tested to ensure that it actually can receive an FTP file from a remote host? Check the iptables equivalent (I'm not up on my BSD ) on both servers and any networking equipment in between to make sure that there's absolutely no way that the network itself could be restricting communication between the servers.
I'll look into SCP and rsync later.