From a4544a25b8e241fd91272574108a58301023453a Mon Sep 17 00:00:00 2001 From: smlance Date: Fri, 16 Aug 2013 11:09:58 -0400 Subject: [PATCH] Added base scp file. --- .cheat/scp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .cheat/scp 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