🎓 Secure Copy - SCP Mar 2, 2021 #TIL https://linuxize.com/post/how-to-use-scp-command-to-securely-transfer-files/ Used for copying files and directories between two locations - e.g. local machine to remote server. Requires SSH access between machines scp local-file.md remote:location