# scp **scp** allows you to copy over files between remote unix boxes. * `scp source ... target:path` It's a companion program for ssh, because it requires you to be able to authenticate succesfully in the first place. Common options: `-r` Copy files and folders recursively `-p` Preserve time stamps, access bits and other metadata