summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.114
1 files changed, 11 insertions, 3 deletions
diff --git a/sftp.1 b/sftp.1
index 6a365a41d..25a9b8a48 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.22 2001/08/14 09:23:02 markus Exp $ 1.\" $OpenBSD: sftp.1,v 1.23 2001/08/14 17:54:29 stevesk Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -78,8 +78,16 @@ Enables compression (via ssh's
78.Fl C 78.Fl C
79flag) 79flag)
80.It Fl o Ar ssh_option 80.It Fl o Ar ssh_option
81Specify an option to be directly passed to 81Can be used to pass options to
82.Xr ssh 1 . 82.Nm ssh
83in the format used in the
84.Xr ssh 1
85configuration file. This is useful for specifying options
86for which there is no separate
87.Nm sftp
88command-line flag. For example, to force the use of protocol
89version 1 you may specify
90.Ic sftp -oProtocol=1 .
83.It Fl v 91.It Fl v
84Raise logging level. This option is also passed to ssh. 92Raise logging level. This option is also passed to ssh.
85.El 93.El