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