summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-02-05 12:27:31 +1100
committerDamien Miller <djm@mindrot.org>2002-02-05 12:27:31 +1100
commitd14ee1e29c73c79a120f129c84a89158e8dff936 (patch)
tree5ca0b232ad8340fcc23a9b845c43c7d17a496f27 /sftp.1
parentab57f351147ff8c1fb1ca5320f11674bd918d66d (diff)
- 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 @@
1.\" $OpenBSD: sftp.1,v 1.26 2001/09/17 20:38:09 stevesk Exp $ 1.\" $OpenBSD: sftp.1,v 1.27 2002/02/04 21:53:11 djm Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -34,6 +34,7 @@
34.Op Fl b Ar batchfile 34.Op Fl b Ar batchfile
35.Op Fl F Ar ssh_config 35.Op Fl F Ar ssh_config
36.Op Fl o Ar ssh_option 36.Op Fl o Ar ssh_option
37.Op Fl P Ar sftp_server path
37.Op Fl s Ar subsystem | sftp_server 38.Op Fl s Ar subsystem | sftp_server
38.Op Fl S Ar program 39.Op Fl S Ar program
39.Ar host 40.Ar host
@@ -65,6 +66,12 @@ The options are as follows:
65.Bl -tag -width Ds 66.Bl -tag -width Ds
66.It Fl 1 67.It Fl 1
67Specify the use of protocol version 1. 68Specify the use of protocol version 1.
69.It Fl P Ar sftp_server path
70Connect directly to a local
71.Nm sftp-server
72(rather than via
73.Nm ssh )
74This option may be useful in debugging the client and server.
68.It Fl b Ar batchfile 75.It Fl b Ar batchfile
69Batch mode reads a series of commands from an input 76Batch mode reads a series of commands from an input
70.Ar batchfile 77.Ar batchfile