aboutsummaryrefslogtreecommitdiff
path: root/sftp.0
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.0')
-rw-r--r--sftp.019
1 files changed, 17 insertions, 2 deletions
diff --git a/sftp.0 b/sftp.0
index 23aaa3af93fc..35fb1cf5721c 100644
--- a/sftp.0
+++ b/sftp.0
@@ -8,7 +8,7 @@ SYNOPSIS
[-D sftp_server_command] [-F ssh_config] [-i identity_file]
[-J destination] [-l limit] [-o ssh_option] [-P port]
[-R num_requests] [-S program] [-s subsystem | sftp_server]
- destination
+ [-X sftp_option] destination
DESCRIPTION
sftp is a file transfer program, similar to ftp(1), which performs all
@@ -207,6 +207,21 @@ DESCRIPTION
-v Raise logging level. This option is also passed to ssh.
+ -X sftp_option
+ Specify an option that controls aspects of SFTP protocol
+ behaviour. The valid options are:
+
+ nrequests=value
+ Controls how many concurrent SFTP read or write requests
+ may be in progress at any point in time during a download
+ or upload. By default 64 requests may be active
+ concurrently.
+
+ buffer=value
+ Controls the maximum buffer size for a single SFTP
+ read/write operation used during download or upload. By
+ default a 32KB buffer is used.
+
INTERACTIVE COMMANDS
Once in interactive mode, sftp understands a set of commands similar to
those of ftp(1). Commands are case insensitive. Pathnames that contain
@@ -420,4 +435,4 @@ SEE ALSO
T. Ylonen and S. Lehtinen, SSH File Transfer Protocol, draft-ietf-secsh-
filexfer-00.txt, January 2001, work in progress material.
-OpenBSD 7.1 September 19, 2022 OpenBSD 7.1
+OpenBSD 7.2 December 16, 2022 OpenBSD 7.2