mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-13 23:51:17 +01:00
5 lines
213 B
Text
5 lines
213 B
Text
# 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
|