sftp

Secure file transfer program

Syntax:

sftp [-1Cv] [-B buffer_size] [-b batchfile] [-F ssh_config]
     [-o ssh_option] [-P sftp_server_path] [-R num_requests]
     [-S program] [-s subsystem | sftp_server] host

sftp [[user@]host[:file [file]]]

sftp [[user@]host[:dir[/]]]

sftp -b batchfile [user@]host

Runs on:

QNX Neutrino

Options:

See sftp in the NetBSD documentation.

Description:

The sftp utility is an interactive file transfer program, similar to ftp, which performs all operations over an encrypted ssh transport. For more information, see sftp in the NetBSD documentation.

Contributing author:

NetBSD