Now that Halibut is capable of generating man pages better than I
[u/mdw/putty] / 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{-b} \e{batchfile}
24
25 \dd Use specified batchfile.
26
27 \dt \cw{-bc}
28
29 \dd Output batchfile commands.
30
31 \dt \cw{-be}
32
33 \dd Don't stop batchfile processing on errors.
34
35 \dt \cw{-v}
36
37 \dd Show verbose messages.
38
39 \dt \cw{-load} \e{session}
40
41 \dd Load settings from saved session.
42
43 \dt \cw{-P} \e{port}
44
45 \dd Connect to port \e{port}.
46
47 \dt \cw{-l} \e{user}
48
49 \dd Set remote username to \e{user}.
50
51 \dt \cw{-batch}
52
53 \dd Disable interactive prompts.
54
55 \dt \cw{-pw} \e{password}
56
57 \dd Set remote password to \e{password}.
58
59 \dt \cw{-1}
60
61 \dd Force use of SSH protocol version 1.
62
63 \dt \cw{-2}
64
65 \dd Force use of SSH protocol version 2.
66
67 \dt \cw{-C}
68
69 \dd Enable SSH compression.
70
71 \dt \cw{-i} \e{path}
72
73 \dd Private key file for authentication.
74
75 \S{psftp-manpage-commands} COMMANDS
76
77 For a list of commands available inside \cw{psftp}, type \cw{help}
78 at the \cw{psftp>} prompt.
79
80 \S{psftp-manpage-more-information} MORE INFORMATION
81
82 For more information on \cw{psftp} it's probably best to go and look at
83 the manual on the PuTTY web page:
84
85 \cw{http://www.chiark.greenend.org.uk/~sgtatham/putty/}
86
87 \S{psftp-manpage-bugs} BUGS
88
89 This man page isn't terribly complete. See the above web link for
90 better documentation.