diff options
Diffstat (limited to 'sftp.1')
-rw-r--r-- | sftp.1 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: sftp.1,v 1.17 2001/04/22 13:32:27 markus Exp $ | 1 | .\" $OpenBSD: sftp.1,v 1.18 2001/05/05 13:42:51 stevesk Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2001 Damien Miller. All rights reserved. | 3 | .\" Copyright (c) 2001 Damien Miller. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -49,12 +49,12 @@ It may also use many features of ssh, such as public key authentication and | |||
49 | compression. | 49 | compression. |
50 | .Nm | 50 | .Nm |
51 | connects and logs into the specified | 51 | connects and logs into the specified |
52 | .Ar hostname , | 52 | .Ar host , |
53 | then enters an interactive command mode. | 53 | then enters an interactive command mode. |
54 | .Pp | 54 | .Pp |
55 | The second usage format will fetch files automaticly if a non-interactive | 55 | The second usage format will retrieve files automatically if a non-interactive |
56 | authentication is used, else it do so after an interactive authentication | 56 | authentication method is used; otherwise it will do so after |
57 | is used. | 57 | successful interactive authentication. |
58 | .Pp | 58 | .Pp |
59 | The last usage format allows the sftp client to start in a remote directory. | 59 | The last usage format allows the sftp client to start in a remote directory. |
60 | .Pp | 60 | .Pp |