1psftp(1) PuTTY tool suite psftp(1)
2
3
4
6 psftp - interactive SFTP (secure file transfer protocol) client
7
9 psftp [options] [user@]host
10
12 psftp is an interactive text-based client for the SSH-based SFTP
13 (secure file transfer) protocol.
14
16 The command-line options supported by psftp are:
17
18 -V Show version information and exit.
19
20 -pgpfp Display the fingerprints of the PuTTY PGP Master Keys and exit,
21 to aid in verifying new files released by the PuTTY team.
22
23 -b batchfile
24 Use specified batchfile.
25
26 -bc Output batchfile commands.
27
28 -be Don't stop batchfile processing on errors.
29
30 -v Show verbose messages.
31
32 -load session
33 Load settings from saved session.
34
35 -P port
36 Connect to port port.
37
38 -l user
39 Set remote username to user.
40
41 -batch Disable interactive prompts.
42
43 -pw password
44 Set remote password to password. CAUTION: this will likely make
45 the password visible to other users of the local machine (via
46 commands such as `w').
47
48 -1 Force use of SSH protocol version 1.
49
50 -2 Force use of SSH protocol version 2.
51
52 -C Enable SSH compression.
53
54 -i path
55 Private key file for authentication.
56
58 For a list of commands available inside psftp, type help at the psftp>
59 prompt.
60
62 For more information on psftp it's probably best to go and look at the
63 manual on the PuTTY web page:
64
65 http://www.chiark.greenend.org.uk/~sgtatham/putty/
66
68 This man page isn't terribly complete. See the above web link for bet‐
69 ter documentation.
70
71
72
73PuTTY tool suite 2004‐03‐24 psftp(1)