]> git.ipfire.org Git - people/ms/putty.git/blob - doc/man-psft.but
Drop tag for 0.61 release.
[people/ms/putty.git] / doc / man-psft.but
1 \cfg{man-identity}{psftp}{1}{2004-03-24}{PuTTY tool suite}{PuTTY tool suite}
2
3 \H{psftp-manpage} Man page for PSFTP
4
5 \S{psftp-manpage-name} NAME
6
7 \cw{psftp} \- interactive SFTP (secure file transfer protocol) client
8
9 \S{psftp-manpage-synopsis} SYNOPSIS
10
11 \c psftp [options] [user@]host
12 \e bbbbb iiiiiii iiiib iiii
13
14 \S{psftp-manpage-description} DESCRIPTION
15
16 \cw{psftp} is an interactive text-based client for the SSH-based SFTP
17 (secure file transfer) protocol.
18
19 \S{psftp-manpage-options} OPTIONS
20
21 The command-line options supported by \cw{psftp} are:
22
23 \dt \cw{-V}
24
25 \dd Show version information and exit.
26
27 \dt \cw{-pgpfp}
28
29 \dd Display the fingerprints of the PuTTY PGP Master Keys and exit,
30 to aid in verifying new files released by the PuTTY team.
31
32 \dt \cw{-b} \e{batchfile}
33
34 \dd Use specified batchfile.
35
36 \dt \cw{-bc}
37
38 \dd Output batchfile commands.
39
40 \dt \cw{-be}
41
42 \dd Don't stop batchfile processing on errors.
43
44 \dt \cw{-v}
45
46 \dd Show verbose messages.
47
48 \dt \cw{-load} \e{session}
49
50 \dd Load settings from saved session.
51
52 \dt \cw{-P} \e{port}
53
54 \dd Connect to port \e{port}.
55
56 \dt \cw{-l} \e{user}
57
58 \dd Set remote username to \e{user}.
59
60 \dt \cw{-batch}
61
62 \dd Disable interactive prompts.
63
64 \dt \cw{-pw} \e{password}
65
66 \dd Set remote password to \e{password}. \e{CAUTION:} this will likely
67 make the password visible to other users of the local machine (via
68 commands such as \q{\c{w}}).
69
70 \dt \cw{-1}
71
72 \dd Force use of SSH protocol version 1.
73
74 \dt \cw{-2}
75
76 \dd Force use of SSH protocol version 2.
77
78 \dt \cw{-C}
79
80 \dd Enable SSH compression.
81
82 \dt \cw{-i} \e{path}
83
84 \dd Private key file for authentication.
85
86 \S{psftp-manpage-commands} COMMANDS
87
88 For a list of commands available inside \cw{psftp}, type \cw{help}
89 at the \cw{psftp>} prompt.
90
91 \S{psftp-manpage-more-information} MORE INFORMATION
92
93 For more information on \cw{psftp} it's probably best to go and look at
94 the manual on the PuTTY web page:
95
96 \cw{http://www.chiark.greenend.org.uk/~sgtatham/putty/}
97
98 \S{psftp-manpage-bugs} BUGS
99
100 This man page isn't terribly complete. See the above web link for
101 better documentation.