X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/edeeab1e2e57692b3956eadf341d23ae5be549c7..7b518233b49af5985227a602d842137700669bf7:/sftp.1 diff --git a/sftp.1 b/sftp.1 index 093ebb91..6d896308 100644 --- a/sftp.1 +++ b/sftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.15 2001/04/12 23:17:54 mouring Exp $ +.\" $OpenBSD: sftp.1,v 1.20 2001/06/23 05:57:08 deraadt Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -49,12 +49,12 @@ It may also use many features of ssh, such as public key authentication and compression. .Nm connects and logs into the specified -.Ar hostname , +.Ar host , then enters an interactive command mode. .Pp -The second usage format will fetch files automaticly if a non-interactive -authentication is used, else it do so after an interactive authenication -is used. +The second usage format will retrieve files automatically if a non-interactive +authentication method is used; otherwise it will do so after +successful interactive authentication. .Pp The last usage format allows the sftp client to start in a remote directory. .Pp @@ -206,10 +206,17 @@ Synonym for help. .Sh AUTHORS Damien Miller .Sh SEE ALSO +.Xr scp 1 , .Xr ssh 1 , -.Xr sftp-server 8 , .Xr ssh-add 1 , .Xr ssh-keygen 1 , -.Xr sshd 8 , -.Xr scp 1 - +.Xr sftp-server 8 , +.Xr sshd 8 +.Rs +.%A T. Ylonen +.%A S. Lehtinen +.%T "SSH File Transfer Protocol" +.%N draft-ietf-secsh-filexfer-00.txt +.%D January 2001 +.%O work in progress material +.Re