diff options
Diffstat (limited to 'sftp.0')
-rw-r--r-- | sftp.0 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -4,7 +4,7 @@ NAME | |||
4 | sftp M-bM-^@M-^S OpenSSH secure file transfer | 4 | sftp M-bM-^@M-^S OpenSSH secure file transfer |
5 | 5 | ||
6 | SYNOPSIS | 6 | SYNOPSIS |
7 | sftp [-46aCfpqrv] [-B buffer_size] [-b batchfile] [-c cipher] | 7 | sftp [-46aCfNpqrv] [-B buffer_size] [-b batchfile] [-c cipher] |
8 | [-D sftp_server_path] [-F ssh_config] [-i identity_file] | 8 | [-D sftp_server_path] [-F ssh_config] [-i identity_file] |
9 | [-J destination] [-l limit] [-o ssh_option] [-P port] | 9 | [-J destination] [-l limit] [-o ssh_option] [-P port] |
10 | [-R num_requests] [-S program] [-s subsystem | sftp_server] | 10 | [-R num_requests] [-S program] [-s subsystem | sftp_server] |
@@ -100,6 +100,9 @@ DESCRIPTION | |||
100 | -l limit | 100 | -l limit |
101 | Limits the used bandwidth, specified in Kbit/s. | 101 | Limits the used bandwidth, specified in Kbit/s. |
102 | 102 | ||
103 | -N Disables quiet mode, e.g. to override the implicit quiet mode set | ||
104 | by the -b flag. | ||
105 | |||
103 | -o ssh_option | 106 | -o ssh_option |
104 | Can be used to pass options to ssh in the format used in | 107 | Can be used to pass options to ssh in the format used in |
105 | ssh_config(5). This is useful for specifying options for which | 108 | ssh_config(5). This is useful for specifying options for which |
@@ -393,4 +396,4 @@ SEE ALSO | |||
393 | T. Ylonen and S. Lehtinen, SSH File Transfer Protocol, draft-ietf-secsh- | 396 | T. Ylonen and S. Lehtinen, SSH File Transfer Protocol, draft-ietf-secsh- |
394 | filexfer-00.txt, January 2001, work in progress material. | 397 | filexfer-00.txt, January 2001, work in progress material. |
395 | 398 | ||
396 | OpenBSD 6.6 November 30, 2019 OpenBSD 6.6 | 399 | OpenBSD 6.7 April 23, 2020 OpenBSD 6.7 |