summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.18
1 files changed, 7 insertions, 1 deletions
diff --git a/sftp.1 b/sftp.1
index 2a2560320..49d4af574 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.27 2002/02/04 21:53:11 djm Exp $ 1.\" $OpenBSD: sftp.1,v 1.28 2002/02/05 00:00:46 djm Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -31,6 +31,7 @@
31.Sh SYNOPSIS 31.Sh SYNOPSIS
32.Nm sftp 32.Nm sftp
33.Op Fl 1Cv 33.Op Fl 1Cv
34.Op Fl B Ar buffer_size
34.Op Fl b Ar batchfile 35.Op Fl b Ar batchfile
35.Op Fl F Ar ssh_config 36.Op Fl F Ar ssh_config
36.Op Fl o Ar ssh_option 37.Op Fl o Ar ssh_option
@@ -66,6 +67,11 @@ The options are as follows:
66.Bl -tag -width Ds 67.Bl -tag -width Ds
67.It Fl 1 68.It Fl 1
68Specify the use of protocol version 1. 69Specify the use of protocol version 1.
70.It Fl B Ar buffer_size
71Specify the size of the buffer that
72.Nm
73uses when transferring files. Larger buffers require fewer round trips at
74the cost of higher memory consumption. The default is 32768 bytes.
69.It Fl P Ar sftp_server path 75.It Fl P Ar sftp_server path
70Connect directly to a local 76Connect directly to a local
71.Nm sftp-server 77.Nm sftp-server