After we thaw a frozen socket, we apparently need to restart the
[u/mdw/putty] / doc / man-pscp.but
CommitLineData
e3e5784e 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
21copy) and SFTP (secure file transfer protocol) protocols.
22
23\S{pscp-manpage-options} OPTIONS
24
25The command-line options supported by \e{pscp} are:
26
c9a13be6 27\dt \cw{-V}
28
29\dd Show version information and exit.
30
e3e5784e 31\dt \cw{-ls}
32
33\dd Remote directory listing.
34
35\dt \cw{-p}
36
37\dd Preserve file attributes.
38
39\dt \cw{-q}
40
41\dd Quiet, don't show statistics.
42
43\dt \cw{-r}
44
45\dd Copy directories recursively.
46
47\dt \cw{-unsafe}
48
49\dd Allow server-side wildcards (DANGEROUS).
50
51\dt \cw{-v}
52
53\dd Show verbose messages.
54
55\dt \cw{-load} \e{session}
56
57\dd Load settings from saved session.
58
59\dt \cw{-P} \e{port}
60
61\dd Connect to port \e{port}.
62
63\dt \cw{-l} \e{user}
64
65\dd Set remote username to \e{user}.
66
67\dt \cw{-batch}
68
69\dd Disable interactive prompts.
70
71\dt \cw{-pw} \e{password}
72
be7737f9 73\dd Set remote password to \e{password}. \e{CAUTION:} this will likely
74make the password visible to other users of the local machine (via
75commands such as \q{\c{w}}).
e3e5784e 76
77\dt \cw{-1}
78
79\dd Force use of SSH protocol version 1.
80
81\dt \cw{-2}
82
83\dd Force use of SSH protocol version 2.
84
85\dt \cw{-C}
86
87\dd Enable SSH compression.
88
89\dt \cw{-i} \e{path}
90
91\dd Private key file for authentication.
92
e1603b8b 93\dt \cw{-scp}
94
95\dd Force use of SCP protocol.
96
97\dt \cw{-sftp}
98
99\dd Force use of SFTP protocol.
100
e3e5784e 101\S{pscp-manpage-more-information} MORE INFORMATION
102
103For more information on \cw{pscp} it's probably best to go and look at
104the manual on the PuTTY web page:
105
106\W{http://www.chiark.greenend.org.uk/~sgtatham/putty/}\cw{http://www.chiark.greenend.org.uk/~sgtatham/putty/}
107
108\S{pscp-manpage-bugs} BUGS
109
110This man page isn't terribly complete. See the above web link for
111better documentation.