summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sftp.1
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2002-02-12 12:32:28 +0000
committerDamien Miller <djm@cvs.openbsd.org>2002-02-12 12:32:28 +0000
commit6b4393f4191b047840b268e6d7377c5773d49e67 (patch)
tree297d6226471e448807c53199fb8119e0001720ab /usr.bin/ssh/sftp.1
parent6f7147b8c91c01c254072cf315c6299c7e7d8d9b (diff)
Perform multiple overlapping read/write requests in file transfer. Mostly
done by Tobias Ringstrom <tori@ringstrom.mine.nu>; ok markus@
Diffstat (limited to 'usr.bin/ssh/sftp.1')
-rw-r--r--usr.bin/ssh/sftp.17
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/ssh/sftp.1 b/usr.bin/ssh/sftp.1
index 059b46d1f05..bfdbce1e917 100644
--- a/usr.bin/ssh/sftp.1
+++ b/usr.bin/ssh/sftp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sftp.1,v 1.29 2002/02/06 14:22:42 markus Exp $
+.\" $OpenBSD: sftp.1,v 1.30 2002/02/12 12:32:27 djm Exp $
.\"
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
.\"
@@ -37,6 +37,7 @@
.Op Fl B Ar buffer_size
.Op Fl F Ar ssh_config
.Op Fl P Ar sftp_server path
+.Op Fl R Ar num_requests
.Op Fl S Ar program
.Ar host
.Nm sftp
@@ -118,6 +119,10 @@ Connect directly to a local
(rather than via
.Nm ssh )
This option may be useful in debugging the client and server.
+.It Fl R Ar num_requests
+Specify how many requests may be outstanding at any one time. Increasing
+this may slightly improve file transfer speed but will increase memory
+usage. The default is 16 outstanding requests.
.It Fl S Ar program
Name of the
.Ar program