diff options
author | Colin Watson <cjwatson@debian.org> | 2013-11-09 12:08:24 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2013-11-09 12:08:24 +0000 |
commit | ee196dab7c5f97f0b80c8099343a375bead92010 (patch) | |
tree | f5e86571416d84ad156949e8a3ab12ed12d681f2 /sftp.1 | |
parent | e01f4f6bfd6f5a47f810fd3522a151d59815402b (diff) | |
parent | c41345ad7ee5a22689e2c009595e85fa27b4b39a (diff) |
Import 6.4p1 tarball
Diffstat (limited to 'sftp.1')
-rw-r--r-- | sftp.1 | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: sftp.1,v 1.94 2013/08/07 06:24:51 jmc Exp $ | 1 | .\" $OpenBSD: sftp.1,v 1.92 2013/07/25 00:56:51 djm 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 7 2013 $ | 25 | .Dd $Mdocdate: July 25 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 1246aCpqrv | 34 | .Op Fl 1246Cpqrv |
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,11 +107,6 @@ to use IPv4 addresses only. | |||
107 | Forces | 107 | Forces |
108 | .Nm | 108 | .Nm |
109 | to use IPv6 addresses only. | 109 | to use IPv6 addresses only. |
110 | .It Fl a | ||
111 | Attempt to continue interrupted downloads rather than overwriting existing | ||
112 | partial or complete copies of files. | ||
113 | If the remote file contents differ from the partial local copy then the | ||
114 | resultant file is likely to be corrupt. | ||
115 | .It Fl B Ar buffer_size | 110 | .It Fl B Ar buffer_size |
116 | Specify the size of the buffer that | 111 | Specify the size of the buffer that |
117 | .Nm | 112 | .Nm |
@@ -373,8 +368,8 @@ If the | |||
373 | flag is specified, then attempt to resume partial transfers of existing files. | 368 | flag is specified, then attempt to resume partial transfers of existing files. |
374 | Note that resumption assumes that any partial copy of the local file matches | 369 | Note that resumption assumes that any partial copy of the local file matches |
375 | the remote copy. | 370 | the remote copy. |
376 | If the remote file contents differ from the partial local copy then the | 371 | If the remote file differs from the partial local copy then the resultant file |
377 | resultant file is likely to be corrupt. | 372 | is likely to be corrupt. |
378 | .Pp | 373 | .Pp |
379 | If either the | 374 | If either the |
380 | .Fl P | 375 | .Fl P |