X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/7d5e8c4622e35578201dff2c5737938405d5d75a..ad2e1857ead440bc890368595899b6b51f1fe9bb:/sftp.1 diff --git a/sftp.1 b/sftp.1 index 059b46d1..2faaff13 100644 --- a/sftp.1 +++ b/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.33 2002/02/26 19:06:43 deraadt 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 @@ -75,7 +76,8 @@ non-interactive authentication. .Nm will abort if any of the following commands fail: -.Ic get , put , rename , ln , rm , mkdir , chdir , lchdir +.Ic get , put , rename , ln , +.Ic rm , mkdir , chdir , lchdir and .Ic lmkdir . .It Fl o Ar ssh_option @@ -118,6 +120,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