[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.136 and 1.137

version 1.136, 2021/01/26 15:40:17 version 1.137, 2021/02/12 03:49:09
Line 349 
Line 349 
 .Ar path  .Ar path
 to  to
 .Ar grp .  .Ar grp .
 If the  
 .Fl h  
 flag is specified, then symlinks will not be followed.  
 .Ar path  .Ar path
 may contain  may contain
 .Xr glob 7  .Xr glob 7
 characters and may match multiple files.  characters and may match multiple files.
 .Ar grp  .Ar grp
 must be a numeric GID.  must be a numeric GID.
   .Pp
   If the
   .Fl h
   flag is specified, then symlinks will not be followed.
   Note that this is only supported by servers that implement
   the "lsetstat@openssh.com" extension.
 .It Xo Ic chmod  .It Xo Ic chmod
 .Op Fl h  .Op Fl h
 .Ar mode  .Ar mode
Line 367 
Line 370 
 .Ar path  .Ar path
 to  to
 .Ar mode .  .Ar mode .
 If the  
 .Fl h  
 flag is specified, then symlinks will not be followed.  
 .Ar path  .Ar path
 may contain  may contain
 .Xr glob 7  .Xr glob 7
 characters and may match multiple files.  characters and may match multiple files.
   .Pp
   If the
   .Fl h
   flag is specified, then symlinks will not be followed.
   Note that this is only supported by servers that implement
   the "lsetstat@openssh.com" extension.
 .It Xo Ic chown  .It Xo Ic chown
 .Op Fl h  .Op Fl h
 .Ar own  .Ar own
Line 383 
Line 389 
 .Ar path  .Ar path
 to  to
 .Ar own .  .Ar own .
 If the  
 .Fl h  
 flag is specified, then symlinks will not be followed.  
 .Ar path  .Ar path
 may contain  may contain
 .Xr glob 7  .Xr glob 7
 characters and may match multiple files.  characters and may match multiple files.
 .Ar own  .Ar own
 must be a numeric UID.  must be a numeric UID.
   .Pp
   If the
   .Fl h
   flag is specified, then symlinks will not be followed.
   Note that this is only supported by servers that implement
   the "lsetstat@openssh.com" extension.
 .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.136  
changed lines
  Added in v.1.137