summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-21 00:41:51 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-21 00:41:51 +0000
commitcb72e4f6d2cf63cda22484ec90142689fed288f6 (patch)
tree3bc1bb95abd19df05ee0b3e78bad6cdba987837f /sftp.1
parent115422f918d86e007cb3c050e9c4d09102580089 (diff)
- deraadt@cvs.openbsd.org 2002/06/19 00:27:55
[auth-bsdauth.c auth-skey.c auth1.c auth2-chall.c auth2-none.c authfd.c authfd.h monitor_wrap.c msg.c nchan.c radix.c readconf.c scp.c sftp.1 ssh-add.1 ssh-add.c ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh-keysign.c ssh.1 sshconnect.c sshconnect.h sshconnect2.c ttymodes.c xmalloc.h] KNF done automatically while reading....
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.110
1 files changed, 5 insertions, 5 deletions
diff --git a/sftp.1 b/sftp.1
index 2faaff134..0f2212cb8 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.33 2002/02/26 19:06:43 deraadt Exp $ 1.\" $OpenBSD: sftp.1,v 1.34 2002/06/19 00:27:55 deraadt Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -100,7 +100,7 @@ does not have an sftp subsystem configured.
100.It Fl v 100.It Fl v
101Raise logging level. This option is also passed to ssh. 101Raise logging level. This option is also passed to ssh.
102.It Fl B Ar buffer_size 102.It Fl B Ar buffer_size
103Specify the size of the buffer that 103Specify the size of the buffer that
104.Nm 104.Nm
105uses when transferring files. Larger buffers require fewer round trips at 105uses when transferring files. Larger buffers require fewer round trips at
106the cost of higher memory consumption. The default is 32768 bytes. 106the cost of higher memory consumption. The default is 32768 bytes.
@@ -115,13 +115,13 @@ per-user configuration file for
115This option is directly passed to 115This option is directly passed to
116.Xr ssh 1 . 116.Xr ssh 1 .
117.It Fl P Ar sftp_server path 117.It Fl P Ar sftp_server path
118Connect directly to a local 118Connect directly to a local
119.Nm sftp-server 119.Nm sftp-server
120(rather than via 120(rather than via
121.Nm ssh ) 121.Nm ssh )
122This option may be useful in debugging the client and server. 122This option may be useful in debugging the client and server.
123.It Fl R Ar num_requests 123.It Fl R Ar num_requests
124Specify how many requests may be outstanding at any one time. Increasing 124Specify how many requests may be outstanding at any one time. Increasing
125this may slightly improve file transfer speed but will increase memory 125this may slightly improve file transfer speed but will increase memory
126usage. The default is 16 outstanding requests. 126usage. The default is 16 outstanding requests.
127.It Fl S Ar program 127.It Fl S Ar program