mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-24 06:14:59 +02:00
parent
d875ff78d2
commit
798a02568b
@ -19,6 +19,9 @@
|
|||||||
[sftp.1]
|
[sftp.1]
|
||||||
Document sftp upload resume.
|
Document sftp upload resume.
|
||||||
OK from djm@, with feedback from okan@.
|
OK from djm@, with feedback from okan@.
|
||||||
|
- jmc@cvs.openbsd.org 2014/04/22 14:16:30
|
||||||
|
[sftp.1]
|
||||||
|
zap eol whitespace;
|
||||||
|
|
||||||
20140430
|
20140430
|
||||||
- (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already
|
- (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already
|
||||||
|
12
sftp.1
12
sftp.1
@ -1,4 +1,4 @@
|
|||||||
.\" $OpenBSD: sftp.1,v 1.98 2014/04/22 12:42:04 logan Exp $
|
.\" $OpenBSD: sftp.1,v 1.99 2014/04/22 14:16:30 jmc Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
@ -108,9 +108,9 @@ Forces
|
|||||||
.Nm
|
.Nm
|
||||||
to use IPv6 addresses only.
|
to use IPv6 addresses only.
|
||||||
.It Fl a
|
.It Fl a
|
||||||
Attempt to continue interrupted transfers rather than overwriting
|
Attempt to continue interrupted transfers rather than overwriting
|
||||||
existing partial or complete copies of files.
|
existing partial or complete copies of files.
|
||||||
If the partial contents differ from those being transferred,
|
If the partial contents differ from those being transferred,
|
||||||
then the resultant file is likely to be corrupt.
|
then the resultant file is likely to be corrupt.
|
||||||
.It Fl B Ar buffer_size
|
.It Fl B Ar buffer_size
|
||||||
Specify the size of the buffer that
|
Specify the size of the buffer that
|
||||||
@ -515,10 +515,10 @@ is specified, then
|
|||||||
must specify a directory.
|
must specify a directory.
|
||||||
.Pp
|
.Pp
|
||||||
If the
|
If the
|
||||||
.Fl a
|
.Fl a
|
||||||
flag is specified, then attempt to resume partial
|
flag is specified, then attempt to resume partial
|
||||||
transfers of existing files.
|
transfers of existing files.
|
||||||
Note that resumption assumes that any partial copy of the remote file
|
Note that resumption assumes that any partial copy of the remote file
|
||||||
matches the local copy.
|
matches the local copy.
|
||||||
If the local file contents differ from the remote local copy then
|
If the local file contents differ from the remote local copy then
|
||||||
the resultant file is likely to be corrupt.
|
the resultant file is likely to be corrupt.
|
||||||
@ -570,7 +570,7 @@ Resume upload of
|
|||||||
.Op Ar local-path .
|
.Op Ar local-path .
|
||||||
Equivalent to
|
Equivalent to
|
||||||
.Ic put
|
.Ic put
|
||||||
with the
|
with the
|
||||||
.Fl a
|
.Fl a
|
||||||
flag set.
|
flag set.
|
||||||
.It Ic rename Ar oldpath Ar newpath
|
.It Ic rename Ar oldpath Ar newpath
|
||||||
|
Loading…
x
Reference in New Issue
Block a user