diff --git a/.cheat/scp b/.cheat/scp new file mode 100644 index 0000000..abb8176 --- /dev/null +++ b/.cheat/scp @@ -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 \ No newline at end of file