summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-08-21 02:40:21 +1000
committerDamien Miller <djm@mindrot.org>2013-08-21 02:40:21 +1000
commitc6895c5c67492144dd28589e5788f783be9152ed (patch)
treed16cb5fb7f9bca434ae2eae0bef9df55ee5be704 /sftp.1
parenta6d6c1f38ac9b4a5e1bd4df889e1020a8370ed55 (diff)
- jmc@cvs.openbsd.org 2013/08/07 06:24:51
[sftp.1 sftp.c] sort -a;
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.116
1 files changed, 8 insertions, 8 deletions
diff --git a/sftp.1 b/sftp.1
index e75a81a70..85d64a7fc 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.93 2013/08/06 23:05:01 djm Exp $ 1.\" $OpenBSD: sftp.1,v 1.94 2013/08/07 06:24:51 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -22,7 +22,7 @@
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\" 24.\"
25.Dd $Mdocdate: August 6 2013 $ 25.Dd $Mdocdate: August 7 2013 $
26.Dt SFTP 1 26.Dt SFTP 1
27.Os 27.Os
28.Sh NAME 28.Sh NAME
@@ -31,7 +31,7 @@
31.Sh SYNOPSIS 31.Sh SYNOPSIS
32.Nm sftp 32.Nm sftp
33.Bk -words 33.Bk -words
34.Op Fl 1246Capqrv 34.Op Fl 1246aCpqrv
35.Op Fl B Ar buffer_size 35.Op Fl B Ar buffer_size
36.Op Fl b Ar batchfile 36.Op Fl b Ar batchfile
37.Op Fl c Ar cipher 37.Op Fl c Ar cipher
@@ -107,6 +107,11 @@ to use IPv4 addresses only.
107Forces 107Forces
108.Nm 108.Nm
109to use IPv6 addresses only. 109to use IPv6 addresses only.
110.It Fl a
111Attempt to continue interrupted downloads rather than overwriting existing
112partial or complete copies of files.
113If the remote file contents differ from the partial local copy then the
114resultant file is likely to be corrupt.
110.It Fl B Ar buffer_size 115.It Fl B Ar buffer_size
111Specify the size of the buffer that 116Specify the size of the buffer that
112.Nm 117.Nm
@@ -114,11 +119,6 @@ uses when transferring files.
114Larger buffers require fewer round trips at the cost of higher 119Larger buffers require fewer round trips at the cost of higher
115memory consumption. 120memory consumption.
116The default is 32768 bytes. 121The default is 32768 bytes.
117.It Fl a
118Attempt to continue interrupted downloads rather than overwriting existing
119partial or complete copies of files.
120If the remote file contents differ from the partial local copy then the
121resultant file is likely to be corrupt.
122.It Fl b Ar batchfile 122.It Fl b Ar batchfile
123Batch mode reads a series of commands from an input 123Batch mode reads a series of commands from an input
124.Ar batchfile 124.Ar batchfile