scp

Secure copy between hosts

← All commands

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/