1
0
mirror of https://github.com/cheat/cheat.git synced 2024-12-21 20:25:06 +01:00
cheat/cheatsheets/scp
2013-08-22 11:34:11 +10:00

6 lines
213 B
Plaintext

# 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