If you have an ftp daemon already installed on both servers, then you can obviously use that. FTP is faster than scp due to the lack of encryption, but everything is sent plain text, which may or may not be in your best interest.
(Note: This is all assuming you have shell access to some sort of unix based machine.)
Comment