[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.45.2.2 and 1.46

version 1.45.2.2, 2004/08/19 22:37:32 version 1.46, 2003/10/08 08:27:36
Line 100 
Line 100 
 .Em stdin .  .Em stdin .
 Since it lacks user interaction it should be used in conjunction with  Since it lacks user interaction it should be used in conjunction with
 non-interactive authentication.  non-interactive authentication.
 A  
 .Ar batchfile  
 of  
 .Sq \-  
 may be used to indicate standard input.  
 .Nm  .Nm
 will abort if any of the following  will abort if any of the following
 commands fail:  commands fail:
Line 115 
Line 110 
 .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
 prefixing the command with a  prefixing the command with a
 .Sq \-  .Sq Ic \-
 character (for example,  character (for example,
 .Ic -rm /tmp/blah* ) .  .Ic -rm /tmp/blah* ) .
 .It Fl C  .It Fl C
Line 150 
Line 145 
 .It CheckHostIP  .It CheckHostIP
 .It Cipher  .It Cipher
 .It Ciphers  .It Ciphers
   .It ClearAllForwardings
 .It Compression  .It Compression
 .It CompressionLevel  .It CompressionLevel
 .It ConnectionAttempts  .It ConnectionAttempts
 .It ConnectTimeout  .It ConnectionTimeout
 .It ControlMaster  .It DynamicForward
 .It ControlPath  .It EscapeChar
   .It ForwardAgent
   .It ForwardX11
   .It GatewayPorts
 .It GlobalKnownHostsFile  .It GlobalKnownHostsFile
 .It GSSAPIAuthentication  .It GSSAPIAuthentication
 .It GSSAPIDelegateCredentials  .It GSSAPIDelegateCredentials
Line 165 
Line 164 
 .It HostKeyAlias  .It HostKeyAlias
 .It HostName  .It HostName
 .It IdentityFile  .It IdentityFile
 .It IdentitiesOnly  .It KeepAlive
   .It LocalForward
 .It LogLevel  .It LogLevel
 .It MACs  .It MACs
 .It NoHostAuthenticationForLocalhost  .It NoHostAuthenticationForLocalhost
Line 176 
Line 176 
 .It Protocol  .It Protocol
 .It ProxyCommand  .It ProxyCommand
 .It PubkeyAuthentication  .It PubkeyAuthentication
   .It RemoteForward
 .It RhostsRSAAuthentication  .It RhostsRSAAuthentication
 .It RSAAuthentication  .It RSAAuthentication
 .It SendEnv  
 .It ServerAliveInterval  
 .It ServerAliveCountMax  
 .It SmartcardDevice  .It SmartcardDevice
 .It StrictHostKeyChecking  .It StrictHostKeyChecking
 .It TCPKeepAlive  
 .It UsePrivilegedPort  .It UsePrivilegedPort
 .It User  .It User
 .It UserKnownHostsFile  .It UserKnownHostsFile
 .It VerifyHostKeyDNS  .It VerifyHostKeyDNS
   .It XAuthLocation
 .El  .El
 .It Fl P Ar sftp_server_path  .It Fl P Ar sftp_server_path
 Connect directly to a local sftp server  Connect directly to a local sftp server
Line 303 
Line 301 
 .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.45.2.2  
changed lines
  Added in v.1.46