Copying a File Through SSH
From ScorecWiki
To copy a file through ssh, the scp command can be used as:
scp user@SourceAddress:\dir\FileName user2@DestinationAddress:\dir2\FileName
For example to copy a file from scorec to the home folder in a local machine outside the following script can be used:
scp user@jumpgate.scorec.rpi.edu FileName