Now that Halibut is capable of generating man pages better than I
[sgt/putty] / doc / man-pscp.but
1 \cfg{man-identity}{pscp}{1}{2004-03-24}{PuTTY tool suite}{PuTTY tool suite}
2
3 \H{pscp-manpage} Man page for PSCP
4
5 \S{pscp-manpage-name} NAME
6
7 \cw{pscp} \- command-line SCP (secure copy) / SFTP client
8
9 \S{pscp-manpage-synopsis} SYNOPSIS
10
11 \c pscp [options] [user@]host:source target
12 \e bbbb iiiiiii iiiib iiiibiiiiii iiiiii
13 \c pscp [options] source [source...] [user@]host:target
14 \e bbbb iiiiiii iiiiii iiiiii iiiib iiiibiiiiii
15 \c pscp [options] -ls [user@]host:filespec
16 \e bbbb iiiiiii bbb iiiib iiiibiiiiiiii
17
18 \S{pscp-manpage-description} DESCRIPTION
19
20 \cw{pscp} is a command-line client for the SSH-based SCP (secure
21 copy) and SFTP (secure file transfer protocol) protocols.
22
23 \S{pscp-manpage-options} OPTIONS
24
25 The command-line options supported by \e{pscp} are:
26
27 \dt \cw{-ls}
28
29 \dd Remote directory listing.
30
31 \dt \cw{-p}
32
33 \dd Preserve file attributes.
34
35 \dt \cw{-q}
36
37 \dd Quiet, don't show statistics.
38
39 \dt \cw{-r}
40
41 \dd Copy directories recursively.
42
43 \dt \cw{-unsafe}
44
45 \dd Allow server-side wildcards (DANGEROUS).
46
47 \dt \cw{-v}
48
49 \dd Show verbose messages.
50
51 \dt \cw{-load} \e{session}
52
53 \dd Load settings from saved session.
54
55 \dt \cw{-P} \e{port}
56
57 \dd Connect to port \e{port}.
58
59 \dt \cw{-l} \e{user}
60
61 \dd Set remote username to \e{user}.
62
63 \dt \cw{-batch}
64
65 \dd Disable interactive prompts.
66
67 \dt \cw{-pw} \e{password}
68
69 \dd Set remote password to \e{password}.
70
71 \dt \cw{-1}
72
73 \dd Force use of SSH protocol version 1.
74
75 \dt \cw{-2}
76
77 \dd Force use of SSH protocol version 2.
78
79 \dt \cw{-C}
80
81 \dd Enable SSH compression.
82
83 \dt \cw{-i} \e{path}
84
85 \dd Private key file for authentication.
86
87 \S{pscp-manpage-more-information} MORE INFORMATION
88
89 For more information on \cw{pscp} it's probably best to go and look at
90 the manual on the PuTTY web page:
91
92 \W{http://www.chiark.greenend.org.uk/~sgtatham/putty/}\cw{http://www.chiark.greenend.org.uk/~sgtatham/putty/}
93
94 \S{pscp-manpage-bugs} BUGS
95
96 This man page isn't terribly complete. See the above web link for
97 better documentation.