scp <options> source_path destination_path
scp file user@host:/path/to/file
scp user@host:/path/to/file /local/path/to/file
scp file1 file2 user@host:/path/to/directory
scp -r /path/to/directory user@host:/path/to/directory