Fix from Thomas Henlich for bug in dead key support. I've reproduced the
[u/mdw/putty] / unix / psftp.1
1 .TH psftp 1
2 .SH NAME
3 psftp \- interactive SFTP (secure file transfer protocol) client
4 .SH SYNOPSIS
5 \fBpsftp\fR [\fIoptions\fR] [\fIuser\fB@\fR]\fIhost\fR
6 .SH DESCRIPTION
7 \fBpsftp\fR is an interactive text-based client for the SSH-based SFTP
8 (secure file transfer) protocol.
9 .SH OPTIONS
10 The command-line options supported by \fIpsftp\fP are:
11 .IP "\fB-b\fR \fIbatchfile\fR"
12 Use specified batchfile.
13 .IP "\fB-bc\fR"
14 Output batchfile commands.
15 .IP "\fB-be\fR"
16 Don't stop batchfile processing on errors.
17 .IP "\fB-v\fR"
18 Show verbose messages.
19 .IP "\fB-load\fR \fIsession\fR"
20 Load settings from saved session.
21 .IP "\fB-P\fR \fIport\fR"
22 Connect to port \fIport\fR.
23 .IP "\fB-l\fR \fIuser\fR"
24 Set remote username to \fIuser\fR.
25 .IP "\fB-batch\fR"
26 Disable interactive prompts.
27 .IP "\fB-pw\fR \fIpassword\fR"
28 Set remote password to \fIpassword\fR.
29 .IP "\fB-1\fR"
30 Force use of SSH protocol version 1.
31 .IP "\fB-2\fR"
32 Force use of SSH protocol version 2.
33 .IP "\fB-C\fR"
34 Enable SSH compression.
35 .IP "\fB-i\fR \fIpath\fR"
36 Private key file for authentication.
37 .SH COMMANDS
38 For a list of commands available inside \fBpsftp\fR, type \fBhelp\fR
39 at the \fBpsftp>\fR prompt.
40 .SH MORE INFORMATION
41 For more information on \fBpsftp\fR it's probably best to go and look at
42 the manual on the PuTTY web page:
43
44 \fBhttp://www.chiark.greenend.org.uk/~sgtatham/putty/\fP
45 .SH BUGS
46 This man page isn't terribly complete. See the above web link for
47 better documentation.