SCP directedness
scp doesn’t care which systems we are moving files to/from
The last example copied a local file to the server
scp local_file username@eos01.cis.gvsu.edu:~/my_dir
What if we want to copy a file from server to laptop?
scp username@eos01.cis.gvsu.edu:~/my_dir/file .
Why stop there? We could also copy files directly from one server to another, all from our local machine!