If you wants to copy big files from one server to another you can use scp command
scp [filename] [destinationhostname]/[Location]
forexample
scp kripal.tar.gz root@55.55.55.55/home/test/
If your destination ssh port is not default then you have to use
scp -P [portname] [filename] [destinationhostname]/[Location]
By Jailene on May 5, 2011 | Reply
At last! Someone who undresatdns! Thanks for posting!