[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.98 and 1.99

version 1.98, 2014/04/22 12:42:04 version 1.99, 2014/04/22 14:16:30
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 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
Line 515 
Line 515 
 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.
Line 570 
Line 570 
 .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

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