mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-23 06:02:12 +01:00
commit
e105102bb8
1 changed files with 5 additions and 0 deletions
5
.cheat/scp
Normal file
5
.cheat/scp
Normal 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
|
Loading…
Reference in a new issue