diff options
author | Colin Watson <cjwatson@debian.org> | 2020-06-07 10:19:23 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2020-06-07 10:19:23 +0100 |
commit | 202f5a676221c244cd450086c334c2b59f339e86 (patch) | |
tree | d2f90a3a9ce2b33485c271eab01a48f02ef6fb5a /sftp.0 | |
parent | f0de78bd4f29fa688c5df116f3f9cd43543a76d0 (diff) | |
parent | 9ca7e9c861775dd6c6312bc8aaab687403d24676 (diff) |
Import openssh_8.3p1.orig.tar.gz
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 |