[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.112 and 1.113

version 1.112, 2017/10/25 06:19:46 version 1.113, 2017/11/03 03:46:52
Line 301 
Line 301 
 .It Ic bye  .It Ic bye
 Quit  Quit
 .Nm sftp .  .Nm sftp .
 .It Ic cd Ar path  .It Ic cd Op Ar path
 Change remote directory to  Change remote directory to
 .Ar path .  .Ar path .
   If
   .Ar path
   is not specified, then change directory to the one the session started in.
 .It Ic chgrp Ar grp Ar path  .It Ic chgrp Ar grp Ar path
 Change group of file  Change group of file
 .Ar path  .Ar path
Line 407 
Line 410 
 does not follow symbolic links when performing recursive transfers.  does not follow symbolic links when performing recursive transfers.
 .It Ic help  .It Ic help
 Display help text.  Display help text.
 .It Ic lcd Ar path  .It Ic lcd Op Ar path
 Change local directory to  Change local directory to
 .Ar path .  .Ar path .
   If
   .Ar path
   is not specified, then change directory to the local user's home directory.
 .It Ic lls Op Ar ls-options Op Ar path  .It Ic lls Op Ar ls-options Op Ar path
 Display local directory listing of either  Display local directory listing of either
 .Ar path  .Ar path

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113