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