diff options
author | Colin Watson <cjwatson@debian.org> | 2014-10-07 12:13:50 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-10-07 12:13:50 +0100 |
commit | 487bdb3a5ef6075887b830ccb8a0b14f6da78e93 (patch) | |
tree | a2cff6fec1e6c4b4153a170a3e172cfe6bfdec46 /sftp.1 | |
parent | 796ba4fd011b5d0d9d78d592ba2f30fc9d5ed2e7 (diff) | |
parent | 28453d58058a4d60c3ebe7d7f0c31a510cbf6158 (diff) |
Import openssh_6.7p1.orig.tar.gz
Diffstat (limited to 'sftp.1')
-rw-r--r-- | sftp.1 | 37 |
1 files changed, 29 insertions, 8 deletions
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: sftp.1,v 1.97 2013/10/20 09:51:26 djm Exp $ | 1 | .\" $OpenBSD: sftp.1,v 1.99 2014/04/22 14:16:30 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: October 20 2013 $ | 25 | .Dd $Mdocdate: April 22 2014 $ |
26 | .Dt SFTP 1 | 26 | .Dt SFTP 1 |
27 | .Os | 27 | .Os |
28 | .Sh NAME | 28 | .Sh NAME |
@@ -108,10 +108,10 @@ Forces | |||
108 | .Nm | 108 | .Nm |
109 | to use IPv6 addresses only. | 109 | to use IPv6 addresses only. |
110 | .It Fl a | 110 | .It Fl a |
111 | Attempt to continue interrupted downloads rather than overwriting existing | 111 | Attempt to continue interrupted transfers rather than overwriting |
112 | partial or complete copies of files. | 112 | existing partial or complete copies of files. |
113 | If the remote file contents differ from the partial local copy then the | 113 | If the partial contents differ from those being transferred, |
114 | resultant file is likely to be corrupt. | 114 | then the resultant file is likely to be corrupt. |
115 | .It Fl B Ar buffer_size | 115 | .It Fl B Ar buffer_size |
116 | Specify the size of the buffer that | 116 | Specify the size of the buffer that |
117 | .Nm | 117 | .Nm |
@@ -134,7 +134,7 @@ may be used to indicate standard input. | |||
134 | .Nm | 134 | .Nm |
135 | will abort if any of the following | 135 | will abort if any of the following |
136 | commands fail: | 136 | commands fail: |
137 | .Ic get , put , reget , rename , ln , | 137 | .Ic get , put , reget , reput, rename , ln , |
138 | .Ic rm , mkdir , chdir , ls , | 138 | .Ic rm , mkdir , chdir , ls , |
139 | .Ic lchdir , chmod , chown , | 139 | .Ic lchdir , chmod , chown , |
140 | .Ic chgrp , lpwd , df , symlink , | 140 | .Ic chgrp , lpwd , df , symlink , |
@@ -495,7 +495,7 @@ Create remote directory specified by | |||
495 | .It Ic progress | 495 | .It Ic progress |
496 | Toggle display of progress meter. | 496 | Toggle display of progress meter. |
497 | .It Xo Ic put | 497 | .It Xo Ic put |
498 | .Op Fl fPpr | 498 | .Op Fl afPpr |
499 | .Ar local-path | 499 | .Ar local-path |
500 | .Op Ar remote-path | 500 | .Op Ar remote-path |
501 | .Xc | 501 | .Xc |
@@ -515,6 +515,15 @@ is specified, then | |||
515 | must specify a directory. | 515 | must specify a directory. |
516 | .Pp | 516 | .Pp |
517 | If the | 517 | If the |
518 | .Fl a | ||
519 | flag is specified, then attempt to resume partial | ||
520 | transfers of existing files. | ||
521 | Note that resumption assumes that any partial copy of the remote file | ||
522 | matches the local copy. | ||
523 | If the local file contents differ from the remote local copy then | ||
524 | the resultant file is likely to be corrupt. | ||
525 | .Pp | ||
526 | If the | ||
518 | .Fl f | 527 | .Fl f |
519 | flag is specified, then a request will be sent to the server to call | 528 | flag is specified, then a request will be sent to the server to call |
520 | .Xr fsync 2 | 529 | .Xr fsync 2 |
@@ -552,6 +561,18 @@ Equivalent to | |||
552 | with the | 561 | with the |
553 | .Fl a | 562 | .Fl a |
554 | flag set. | 563 | flag set. |
564 | .It Xo Ic reput | ||
565 | .Op Fl Ppr | ||
566 | .Op Ar local-path | ||
567 | .Ar remote-path | ||
568 | .Xc | ||
569 | Resume upload of | ||
570 | .Op Ar local-path . | ||
571 | Equivalent to | ||
572 | .Ic put | ||
573 | with the | ||
574 | .Fl a | ||
575 | flag set. | ||
555 | .It Ic rename Ar oldpath Ar newpath | 576 | .It Ic rename Ar oldpath Ar newpath |
556 | Rename remote file from | 577 | Rename remote file from |
557 | .Ar oldpath | 578 | .Ar oldpath |