cheat/cheatsheets/scp

5 lines
208 B
Plaintext
Raw Normal View History

2013-08-16 17:09:58 +02:00
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