Common Examples
$ scp file user@host:/path/$ scp user@host:/path/file .$ scp -r dir/ user@host:/path/$ scp -P 2222 file user@host:/path/Secure copy between hosts
$ scp file user@host:/path/$ scp user@host:/path/file .$ scp -r dir/ user@host:/path/$ scp -P 2222 file user@host:/path/