=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sftp.1,v retrieving revision 1.45.2.2 retrieving revision 1.46 diff -u -r1.45.2.2 -r1.46 --- src/usr.bin/ssh/sftp.1 2004/08/19 22:37:32 1.45.2.2 +++ src/usr.bin/ssh/sftp.1 2003/10/08 08:27:36 1.46 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.45.2.2 2004/08/19 22:37:32 brad Exp $ +.\" $OpenBSD: sftp.1,v 1.46 2003/10/08 08:27:36 jmc Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -100,11 +100,6 @@ .Em stdin . Since it lacks user interaction it should be used in conjunction with non-interactive authentication. -A -.Ar batchfile -of -.Sq \- -may be used to indicate standard input. .Nm will abort if any of the following commands fail: @@ -115,7 +110,7 @@ .Ic lmkdir . Termination on error can be suppressed on a command by command basis by prefixing the command with a -.Sq \- +.Sq Ic \- character (for example, .Ic -rm /tmp/blah* ) . .It Fl C @@ -150,12 +145,16 @@ .It CheckHostIP .It Cipher .It Ciphers +.It ClearAllForwardings .It Compression .It CompressionLevel .It ConnectionAttempts -.It ConnectTimeout -.It ControlMaster -.It ControlPath +.It ConnectionTimeout +.It DynamicForward +.It EscapeChar +.It ForwardAgent +.It ForwardX11 +.It GatewayPorts .It GlobalKnownHostsFile .It GSSAPIAuthentication .It GSSAPIDelegateCredentials @@ -165,7 +164,8 @@ .It HostKeyAlias .It HostName .It IdentityFile -.It IdentitiesOnly +.It KeepAlive +.It LocalForward .It LogLevel .It MACs .It NoHostAuthenticationForLocalhost @@ -176,18 +176,16 @@ .It Protocol .It ProxyCommand .It PubkeyAuthentication +.It RemoteForward .It RhostsRSAAuthentication .It RSAAuthentication -.It SendEnv -.It ServerAliveInterval -.It ServerAliveCountMax .It SmartcardDevice .It StrictHostKeyChecking -.It TCPKeepAlive .It UsePrivilegedPort .It User .It UserKnownHostsFile .It VerifyHostKeyDNS +.It XAuthLocation .El .It Fl P Ar sftp_server_path Connect directly to a local sftp server @@ -303,24 +301,6 @@ .Fl l flag is specified, then display additional details including permissions 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 Set local umask to .Ar umask .