mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 16:24:39 +02:00
- djm@cvs.openbsd.org 2013/08/06 23:05:01
[sftp.1] document top-level -a option (the -a option to 'get' was already documented)
This commit is contained in:
parent
02e878070d
commit
eec840673b
@ -5,6 +5,10 @@
|
|||||||
fix some whitespace at EOL
|
fix some whitespace at EOL
|
||||||
make list of commands an enum rather than a long list of defines
|
make list of commands an enum rather than a long list of defines
|
||||||
add -a to usage()
|
add -a to usage()
|
||||||
|
- djm@cvs.openbsd.org 2013/08/06 23:05:01
|
||||||
|
[sftp.1]
|
||||||
|
document top-level -a option (the -a option to 'get' was already
|
||||||
|
documented)
|
||||||
|
|
||||||
20130808
|
20130808
|
||||||
- (dtucker) [regress/Makefile regress/test-exec.sh] Don't try to use test -nt
|
- (dtucker) [regress/Makefile regress/test-exec.sh] Don't try to use test -nt
|
||||||
|
15
sftp.1
15
sftp.1
@ -1,4 +1,4 @@
|
|||||||
.\" $OpenBSD: sftp.1,v 1.92 2013/07/25 00:56:51 djm Exp $
|
.\" $OpenBSD: sftp.1,v 1.93 2013/08/06 23:05:01 djm Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
@ -22,7 +22,7 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.Dd $Mdocdate: July 25 2013 $
|
.Dd $Mdocdate: August 6 2013 $
|
||||||
.Dt SFTP 1
|
.Dt SFTP 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -31,7 +31,7 @@
|
|||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm sftp
|
.Nm sftp
|
||||||
.Bk -words
|
.Bk -words
|
||||||
.Op Fl 1246Cpqrv
|
.Op Fl 1246Capqrv
|
||||||
.Op Fl B Ar buffer_size
|
.Op Fl B Ar buffer_size
|
||||||
.Op Fl b Ar batchfile
|
.Op Fl b Ar batchfile
|
||||||
.Op Fl c Ar cipher
|
.Op Fl c Ar cipher
|
||||||
@ -114,6 +114,11 @@ uses when transferring files.
|
|||||||
Larger buffers require fewer round trips at the cost of higher
|
Larger buffers require fewer round trips at the cost of higher
|
||||||
memory consumption.
|
memory consumption.
|
||||||
The default is 32768 bytes.
|
The default is 32768 bytes.
|
||||||
|
.It Fl a
|
||||||
|
Attempt to continue interrupted downloads rather than overwriting existing
|
||||||
|
partial or complete copies of files.
|
||||||
|
If the remote file contents differ from the partial local copy then the
|
||||||
|
resultant file is likely to be corrupt.
|
||||||
.It Fl b Ar batchfile
|
.It Fl b Ar batchfile
|
||||||
Batch mode reads a series of commands from an input
|
Batch mode reads a series of commands from an input
|
||||||
.Ar batchfile
|
.Ar batchfile
|
||||||
@ -368,8 +373,8 @@ If the
|
|||||||
flag is specified, then attempt to resume partial transfers of existing files.
|
flag is specified, then attempt to resume partial transfers of existing files.
|
||||||
Note that resumption assumes that any partial copy of the local file matches
|
Note that resumption assumes that any partial copy of the local file matches
|
||||||
the remote copy.
|
the remote copy.
|
||||||
If the remote file differs from the partial local copy then the resultant file
|
If the remote file contents differ from the partial local copy then the
|
||||||
is likely to be corrupt.
|
resultant file is likely to be corrupt.
|
||||||
.Pp
|
.Pp
|
||||||
If either the
|
If either the
|
||||||
.Fl P
|
.Fl P
|
||||||
|
Loading…
x
Reference in New Issue
Block a user