scp

Secure copy (remote file copy program)

Syntax:

scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
    [-l limit] [-o ssh_option] [-P port] [-S program]
    [[user@]host1:]file1 ... [[user@]host2:]file2

Runs on:

QNX Neutrino

Options:

See scp in the NetBSD documentation.

Description:

The scp utility copies files between hosts on a network. It uses ssh for data transfer, and uses the same authentication and provides the same security as ssh. For more information, see scp in the NetBSD documentation.

Contributing author:

NetBSD

See also:

/etc/moduli, sftp, sftp-server, ssh, ssh-add, ssh-agent, ssh-keygen, ssh-keyscan, ssh-keysign, ~/.ssh/ssh_config, /etc/ssh/ssh_config, sshd, /etc/ssh/sshd_config in the NetBSD documentation