Merging new cheatsheets into kragniz's work.

This commit is contained in:
Chris Lane
2013-08-18 14:59:49 -04:00
parent bef2b22ad6
commit dbfce8cbd4
3 changed files with 0 additions and 0 deletions

5
cheatsheets/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