[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.81 and 1.82

version 1.81, 2010/01/13 01:40:16 version 1.82, 2010/01/13 12:48:34
Line 393 
Line 393 
 .It Ic lpwd  .It Ic lpwd
 Print local working directory.  Print local working directory.
 .It Xo Ic ls  .It Xo Ic ls
 .Op Fl 1aflhnrSt  .Op Fl 1afhlnrSt
 .Op Ar path  .Op Ar path
 .Xc  .Xc
 Display a remote directory listing of either  Display a remote directory listing of either
Line 418 
Line 418 
 .It Fl f  .It Fl f
 Do not sort the listing.  Do not sort the listing.
 The default sort order is lexicographical.  The default sort order is lexicographical.
 .It Fl l  
 Display additional details including permissions  
 and ownership information.  
 .It Fl h  .It Fl h
 When used with a long format option, use unit suffixes: Byte, Kilobyte,  When used with a long format option, use unit suffixes: Byte, Kilobyte,
 Megabyte, Gigabyte, Terabyte, Petabyte, and Exabyte in order to reduce  Megabyte, Gigabyte, Terabyte, Petabyte, and Exabyte in order to reduce
 the number of digits to four or fewer using powers of 2 for sizes (K=1024,  the number of digits to four or fewer using powers of 2 for sizes (K=1024,
 M=1048576, etc.).  M=1048576, etc.).
   .It Fl l
   Display additional details including permissions
   and ownership information.
 .It Fl n  .It Fl n
 Produce a long listing with user and group information presented  Produce a long listing with user and group information presented
 numerically.  numerically.

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82