Paulund
2021-10-04

SCP

scp <options> source_path destination_path ## Usage
scp file user@host:/path/to/file ## Copy local to remote
scp user@host:/path/to/file /local/path/to/file ## Copy remote to local
scp file1 file2 user@host:/path/to/directory ## Cope multiple files local to remote
scp -r /path/to/directory user@host:/path/to/directory ## Copy directory to remote