OSDN Git Service

Change OpenSSL context mode flags.
[ffftp/ffftp.git] / contrib / putty / DOC / MAN-PSCP.BUT
1 \cfg{man-identity}{pscp}{1}{2004-03-24}{PuTTY tool suite}{PuTTY tool suite}\r
2 \r
3 \H{pscp-manpage} Man page for PSCP\r
4 \r
5 \S{pscp-manpage-name} NAME\r
6 \r
7 \cw{pscp} \- command-line SCP (secure copy) / SFTP client\r
8 \r
9 \S{pscp-manpage-synopsis} SYNOPSIS\r
10 \r
11 \c pscp [options] [user@]host:source target\r
12 \e bbbb  iiiiiii   iiiib iiiibiiiiii iiiiii\r
13 \c pscp [options] source [source...] [user@]host:target\r
14 \e bbbb  iiiiiii  iiiiii  iiiiii      iiiib iiiibiiiiii\r
15 \c pscp [options] -ls [user@]host:filespec\r
16 \e bbbb  iiiiiii  bbb  iiiib iiiibiiiiiiii\r
17 \r
18 \S{pscp-manpage-description} DESCRIPTION\r
19 \r
20 \cw{pscp} is a command-line client for the SSH-based SCP (secure\r
21 copy) and SFTP (secure file transfer protocol) protocols.\r
22 \r
23 \S{pscp-manpage-options} OPTIONS\r
24 \r
25 The command-line options supported by \e{pscp} are:\r
26 \r
27 \dt \cw{-V}\r
28 \r
29 \dd Show version information and exit.\r
30 \r
31 \dt \cw{-pgpfp}\r
32 \r
33 \dd Display the fingerprints of the PuTTY PGP Master Keys and exit,\r
34 to aid in verifying new files released by the PuTTY team.\r
35 \r
36 \dt \cw{-ls}\r
37 \r
38 \dd Remote directory listing.\r
39 \r
40 \dt \cw{-p}\r
41 \r
42 \dd Preserve file attributes.\r
43 \r
44 \dt \cw{-q}\r
45 \r
46 \dd Quiet, don't show statistics.\r
47 \r
48 \dt \cw{-r}\r
49 \r
50 \dd Copy directories recursively.\r
51 \r
52 \dt \cw{-unsafe}\r
53 \r
54 \dd Allow server-side wildcards (DANGEROUS).\r
55 \r
56 \dt \cw{-v}\r
57 \r
58 \dd Show verbose messages.\r
59 \r
60 \dt \cw{-load} \e{session}\r
61 \r
62 \dd Load settings from saved session.\r
63 \r
64 \dt \cw{-P} \e{port}\r
65 \r
66 \dd Connect to port \e{port}.\r
67 \r
68 \dt \cw{-l} \e{user}\r
69 \r
70 \dd Set remote username to \e{user}.\r
71 \r
72 \dt \cw{-batch}\r
73 \r
74 \dd Disable interactive prompts.\r
75 \r
76 \dt \cw{-pw} \e{password}\r
77 \r
78 \dd Set remote password to \e{password}. \e{CAUTION:} this will likely\r
79 make the password visible to other users of the local machine (via\r
80 commands such as \q{\c{w}}).\r
81 \r
82 \dt \cw{-1}\r
83 \r
84 \dd Force use of SSH protocol version 1.\r
85 \r
86 \dt \cw{-2}\r
87 \r
88 \dd Force use of SSH protocol version 2.\r
89 \r
90 \dt \cw{-C}\r
91 \r
92 \dd Enable SSH compression.\r
93 \r
94 \dt \cw{-i} \e{path}\r
95 \r
96 \dd Private key file for authentication.\r
97 \r
98 \dt \cw{-scp}\r
99 \r
100 \dd Force use of SCP protocol.\r
101 \r
102 \dt \cw{-sftp}\r
103 \r
104 \dd Force use of SFTP protocol.\r
105 \r
106 \S{pscp-manpage-more-information} MORE INFORMATION\r
107 \r
108 For more information on \cw{pscp} it's probably best to go and look at\r
109 the manual on the PuTTY web page:\r
110 \r
111 \W{http://www.chiark.greenend.org.uk/~sgtatham/putty/}\cw{http://www.chiark.greenend.org.uk/~sgtatham/putty/}\r
112 \r
113 \S{pscp-manpage-bugs} BUGS\r
114 \r
115 This man page isn't terribly complete. See the above web link for\r
116 better documentation.\r