SCP is a program in linux that allow us to copy file across filesystem
scp username@hostname:/path/to/remote/file /path/to/local/file
scp username1@hostname1:/path/to/file username2@hostname2:/path/to/other/file
scp /path/to/local/file username@hostname:/path/to/remote/file