[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.87 and 1.88

version 1.87, 2010/11/18 15:01:00 version 1.88, 2010/12/04 00:18:01
Line 128 
Line 128 
 .Ic get , put , rename , ln ,  .Ic get , put , rename , ln ,
 .Ic rm , mkdir , chdir , ls ,  .Ic rm , mkdir , chdir , ls ,
 .Ic lchdir , chmod , chown ,  .Ic lchdir , chmod , chown ,
 .Ic chgrp , lpwd , df ,  .Ic chgrp , lpwd , df , symlink ,
 and  and
 .Ic lmkdir .  .Ic lmkdir .
 Termination on error can be suppressed on a command by command basis by  Termination on error can be suppressed on a command by command basis by
Line 392 
Line 392 
 .It Ic lmkdir Ar path  .It Ic lmkdir Ar path
 Create local directory specified by  Create local directory specified by
 .Ar path .  .Ar path .
 .It Ic ln Ar oldpath Ar newpath  .It Xo Ic ln
 Create a symbolic link from  .Op Fl s
 .Ar oldpath  .Ar oldpath
   .Ar newpath
   .Xc
   Create a link from
   .Ar oldpath
 to  to
 .Ar newpath .  .Ar newpath .
   If the
   .Fl s
   flag is specified the created link is a symbolic link, otherwise it is
   a hard link.
 .It Ic lpwd  .It Ic lpwd
 Print local working directory.  Print local working directory.
 .It Xo Ic ls  .It Xo Ic ls

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88