SCP
From Liki
(Redirected from Scp)
To move files from one machine to another, use scp (Secure CoPy).
This will copy it to the top level of the user directory:
scp file user@newton:
This will put it in
/home/newton?/user/mydirectory
scp file user@newton:mydirectory
See also ssh for further scp information.

