Scp
From Useful Things
Common arguments
-r recursive
-P port number (default 22)
Push a file
scp ./path/to/source user@host:/path/to/destinationPull a file
scp user@host:/path/to/source ./path/to/destination-r recursive
-P port number (default 22)
scp ./path/to/source user@host:/path/to/destinationscp user@host:/path/to/source ./path/to/destination