summaryrefslogtreecommitdiffstats
path: root/sftp.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-02-05 02:27:31 +0100
committerDamien Miller <djm@mindrot.org>2002-02-05 02:27:31 +0100
commitd14ee1e29c73c79a120f129c84a89158e8dff936 (patch)
tree5ca0b232ad8340fcc23a9b845c43c7d17a496f27 /sftp.1
parent - stevesk@cvs.openbsd.org 2002/02/04 20:41:16 (diff)
downloadopenssh-d14ee1e29c73c79a120f129c84a89158e8dff936.tar.xz
openssh-d14ee1e29c73c79a120f129c84a89158e8dff936.zip
- djm@cvs.openbsd.org 2002/02/04 21:53:12
[sftp.1 sftp.c] Add "-P" option to directly connect to a local sftp-server. Should be useful for regression testing; ok markus@
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.19
1 files changed, 8 insertions, 1 deletions
diff --git a/sftp.1 b/sftp.1
index 0cc4e2b63..2a2560320 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sftp.1,v 1.26 2001/09/17 20:38:09 stevesk Exp $
+.\" $OpenBSD: sftp.1,v 1.27 2002/02/04 21:53:11 djm Exp $
.\"
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
.\"
@@ -34,6 +34,7 @@
.Op Fl b Ar batchfile
.Op Fl F Ar ssh_config
.Op Fl o Ar ssh_option
+.Op Fl P Ar sftp_server path
.Op Fl s Ar subsystem | sftp_server
.Op Fl S Ar program
.Ar host
@@ -65,6 +66,12 @@ The options are as follows:
.Bl -tag -width Ds
.It Fl 1
Specify the use of protocol version 1.
+.It Fl P Ar sftp_server path
+Connect directly to a local
+.Nm sftp-server
+(rather than via
+.Nm ssh )
+This option may be useful in debugging the client and server.
.It Fl b Ar batchfile
Batch mode reads a series of commands from an input
.Ar batchfile