summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.110
1 files changed, 5 insertions, 5 deletions
diff --git a/sftp.1 b/sftp.1
index b482996ed..756123628 100644
--- a/sftp.1
+++ b/sftp.1
@@ -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
49compression. 49compression.
50.Nm 50.Nm
51connects and logs into the specified 51connects and logs into the specified
52.Ar hostname , 52.Ar host ,
53then enters an interactive command mode. 53then enters an interactive command mode.
54.Pp 54.Pp
55The second usage format will fetch files automaticly if a non-interactive 55The second usage format will retrieve files automatically if a non-interactive
56authentication is used, else it do so after an interactive authentication 56authentication method is used; otherwise it will do so after
57is used. 57successful interactive authentication.
58.Pp 58.Pp
59The last usage format allows the sftp client to start in a remote directory. 59The last usage format allows the sftp client to start in a remote directory.
60.Pp 60.Pp