[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.52 and 1.52.2.1

version 1.52, 2004/03/05 10:53:58 version 1.52.2.1, 2004/08/19 04:13:27
Line 153 
Line 153 
 .It Compression  .It Compression
 .It CompressionLevel  .It CompressionLevel
 .It ConnectionAttempts  .It ConnectionAttempts
 .It ConnectionTimeout  .It ConnectTimeout
   .It ControlMaster
   .It ControlPath
 .It GlobalKnownHostsFile  .It GlobalKnownHostsFile
 .It GSSAPIAuthentication  .It GSSAPIAuthentication
 .It GSSAPIDelegateCredentials  .It GSSAPIDelegateCredentials
Line 176 
Line 178 
 .It PubkeyAuthentication  .It PubkeyAuthentication
 .It RhostsRSAAuthentication  .It RhostsRSAAuthentication
 .It RSAAuthentication  .It RSAAuthentication
   .It SendEnv
 .It ServerAliveInterval  .It ServerAliveInterval
 .It ServerAliveCountMax  .It ServerAliveCountMax
 .It SmartcardDevice  .It SmartcardDevice
Line 300 
Line 303 
 .Fl l  .Fl l
 flag is specified, then display additional details including permissions  flag is specified, then display additional details including permissions
 and ownership information.  and ownership information.
   The
   .Fl n
   flag will produce a long listing with user and group information presented
   numerically.
   .Pp
   By default,
   .Ic ls
   listings are sorted in lexicographical order.
   This may be changed by specifying the
   .Fl S
   (sort by file size),
   .Fl t
   (sort by last modification time), or
   .Fl f
   (don't sort at all) flags.
   Additionally, the sort order may be reversed using the
   .Fl r
   flag.
 .It Ic lumask Ar umask  .It Ic lumask Ar umask
 Set local umask to  Set local umask to
 .Ar umask .  .Ar umask .

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.52.2.1