[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.138 and 1.139

version 1.138, 2021/07/02 05:11:21 version 1.139, 2022/03/31 03:07:03
Line 144 
Line 144 
 commands fail:  commands fail:
 .Ic get , put , reget , reput , 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 , copy , cp , chmod , chown ,
 .Ic chgrp , lpwd , df , symlink ,  .Ic chgrp , lpwd , df , symlink ,
 and  and
 .Ic lmkdir .  .Ic lmkdir .
Line 400 
Line 400 
 flag is specified, then symlinks will not be followed.  flag is specified, then symlinks will not be followed.
 Note that this is only supported by servers that implement  Note that this is only supported by servers that implement
 the "lsetstat@openssh.com" extension.  the "lsetstat@openssh.com" extension.
   .It Ic copy Ar oldpath Ar newpath
   Copy remote file from
   .Ar oldpath
   to
   .Ar newpath .
   .Pp
   Note that this is only supported by servers that implement the "copy-data"
   extension.
   .It Ic cp Ar oldpath Ar newpath
   Alias to
   .Ic copy
   command.
 .It Xo Ic df  .It Xo Ic df
 .Op Fl hi  .Op Fl hi
 .Op Ar path  .Op Ar path

Legend:
Removed from v.1.138  
changed lines
  Added in v.1.139