Fix from Thomas Henlich for bug in dead key support. I've reproduced the
[u/mdw/putty] / unix / pscp.1
CommitLineData
0dd1c8da 1.TH pscp 1
2.SH NAME
3pscp \- command-line SCP (secure copy) / SFTP client
4.SH SYNOPSIS
5\fBpscp\fR [\fIoptions\fR] [\fIuser\fB@\fR]\fIhost\fB:\fIsource\fR \fItarget\fR
6.br
7\fBpscp\fR [\fIoptions\fR] \fIsource\fR [\fIsource\fR...] [\fIuser\fB@\fR]\fIhost\fB:\fItarget\fR
8.br
9\fBpscp\fR [\fIoptions\fR] \fB-ls\fR [\fIuser\fB@\fR]\fIhost\fB:\fIfilespec\fR
10.SH DESCRIPTION
11\fBpscp\fR is a command-line client for the SSH-based SCP (secure
12copy) and SFTP (secure file transfer protocol) protocols.
13.SH OPTIONS
14The command-line options supported by \fIpscp\fP are:
15.IP "\fB-ls\fR"
16Remote directory listing.
17.IP "\fB-p\fR"
18Preserve file attributes.
19.IP "\fB-q\fR"
20Quiet, don't show statistics.
21.IP "\fB-r\fR"
22Copy directories recursively.
23.IP "\fB-unsafe\fR"
24Allow server-side wildcards (DANGEROUS).
25.IP "\fB-v\fR"
26Show verbose messages.
27.IP "\fB-load\fR \fIsession\fR"
28Load settings from saved session.
29.IP "\fB-P\fR \fIport\fR"
30Connect to port \fIport\fR.
31.IP "\fB-l\fR \fIuser\fR"
32Set remote username to \fIuser\fR.
33.IP "\fB-batch\fR"
34Disable interactive prompts.
35.IP "\fB-pw\fR \fIpassword\fR"
36Set remote password to \fIpassword\fR.
37.IP "\fB-1\fR"
38Force use of SSH protocol version 1.
39.IP "\fB-2\fR"
40Force use of SSH protocol version 2.
41.IP "\fB-C\fR"
42Enable SSH compression.
43.IP "\fB-i\fR \fIpath\fR"
44Private key file for authentication.
45.SH MORE INFORMATION
46For more information on \fBpscp\fR it's probably best to go and look at
47the manual on the PuTTY web page:
48
49\fBhttp://www.chiark.greenend.org.uk/~sgtatham/putty/\fP
50.SH BUGS
51This man page isn't terribly complete. See the above web link for
52better documentation.