diff options
author | Colin Watson <cjwatson@debian.org> | 2020-10-18 12:04:32 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2020-10-18 12:04:32 +0100 |
commit | 2b2c99658e3e8ed452e28f88f9cdbcdfb2a461cb (patch) | |
tree | 336445493163aa0370cb7830d97ebd8819b2e2c5 /sftp.0 | |
parent | 202f5a676221c244cd450086c334c2b59f339e86 (diff) | |
parent | 279261e1ea8150c7c64ab5fe7cb4a4ea17acbb29 (diff) |
Import openssh_8.4p1.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 [-46aCfNpqrv] [-B buffer_size] [-b batchfile] [-c cipher] | 7 | sftp [-46AaCfNpqrv] [-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] |
@@ -38,6 +38,9 @@ DESCRIPTION | |||
38 | 38 | ||
39 | -6 Forces sftp to use IPv6 addresses only. | 39 | -6 Forces sftp to use IPv6 addresses only. |
40 | 40 | ||
41 | -A Allows forwarding of ssh-agent(1) to the remote system. The | ||
42 | default is not to forward an authentication agent. | ||
43 | |||
41 | -a Attempt to continue interrupted transfers rather than overwriting | 44 | -a Attempt to continue interrupted transfers rather than overwriting |
42 | existing partial or complete copies of files. If the partial | 45 | existing partial or complete copies of files. If the partial |
43 | contents differ from those being transferred, then the resultant | 46 | contents differ from those being transferred, then the resultant |
@@ -396,4 +399,4 @@ SEE ALSO | |||
396 | T. Ylonen and S. Lehtinen, SSH File Transfer Protocol, draft-ietf-secsh- | 399 | T. Ylonen and S. Lehtinen, SSH File Transfer Protocol, draft-ietf-secsh- |
397 | filexfer-00.txt, January 2001, work in progress material. | 400 | filexfer-00.txt, January 2001, work in progress material. |
398 | 401 | ||
399 | OpenBSD 6.7 April 23, 2020 OpenBSD 6.7 | 402 | OpenBSD 6.8 August 3, 2020 OpenBSD 6.8 |