Added base scp file.

This commit is contained in:
smlance 2013-08-16 11:09:58 -04:00
parent 15fd673a51
commit a4544a25b8
1 changed files with 5 additions and 0 deletions

5
.cheat/scp Normal file
View File

@ -0,0 +1,5 @@
To copy a file from your local machine to a remote server:
scp foo.txt user@example.com:remote/dir
To copy a file from a remote server to your local machine:
scp user@example.com:remote/dir/foo.txt local/dir