[BACK]Return to sftp.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sftp.1 between version 1.97 and 1.98

version 1.97, 2013/10/20 09:51:26 version 1.98, 2014/04/22 12:42:04
Line 108 
Line 108 
 .Nm  .Nm
 to use IPv6 addresses only.  to use IPv6 addresses only.
 .It Fl a  .It Fl a
 Attempt to continue interrupted downloads rather than overwriting existing  Attempt to continue interrupted transfers rather than overwriting
 partial or complete copies of files.  existing partial or complete copies of files.
 If the remote file contents differ from the partial local copy then the  If the partial contents differ from those being transferred,
 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
 .Nm  .Nm
Line 134 
Line 134 
 .Nm  .Nm
 will abort if any of the following  will abort if any of the following
 commands fail:  commands fail:
 .Ic get , put , reget , rename , ln ,  .Ic get , put , reget , reput, rename , ln ,
 .Ic rm , mkdir , chdir , ls ,  .Ic rm , mkdir , chdir , ls ,
 .Ic lchdir , chmod , chown ,  .Ic lchdir , chmod , chown ,
 .Ic chgrp , lpwd , df , symlink ,  .Ic chgrp , lpwd , df , symlink ,
Line 495 
Line 495 
 .It Ic progress  .It Ic progress
 Toggle display of progress meter.  Toggle display of progress meter.
 .It Xo Ic put  .It Xo Ic put
 .Op Fl fPpr  .Op Fl afPpr
 .Ar local-path  .Ar local-path
 .Op Ar remote-path  .Op Ar remote-path
 .Xc  .Xc
Line 515 
Line 515 
 must specify a directory.  must specify a directory.
 .Pp  .Pp
 If the  If the
   .Fl a
   flag is specified, then attempt to resume partial
   transfers of existing files.
   Note that resumption assumes that any partial copy of the remote file
   matches the local copy.
   If the local file contents differ from the remote local copy then
   the resultant file is likely to be corrupt.
   .Pp
   If the
 .Fl f  .Fl f
 flag is specified, then a request will be sent to the server to call  flag is specified, then a request will be sent to the server to call
 .Xr fsync 2  .Xr fsync 2
Line 550 
Line 559 
 Equivalent to  Equivalent to
 .Ic get  .Ic get
 with the  with the
   .Fl a
   flag set.
   .It Xo Ic reput
   .Op Fl Ppr
   .Op Ar local-path
   .Ar remote-path
   .Xc
   Resume upload of
   .Op Ar local-path .
   Equivalent to
   .Ic put
   with the
 .Fl a  .Fl a
 flag set.  flag set.
 .It Ic rename Ar oldpath Ar newpath  .It Ic rename Ar oldpath Ar newpath

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98