1pscp(1)                        PuTTY tool suite                        pscp(1)
2
3
4

NAME

6       pscp ‐ command-line SCP (secure copy) / SFTP client
7

SYNOPSIS

9       pscp [options] [user@]host:source target
10       pscp [options] source [source...] [user@]host:target
11       pscp [options] ‐ls [user@]host:filespec
12

DESCRIPTION

14       pscp  is  a command-line client for the SSH-based SCP (secure copy) and
15       SFTP (secure file transfer protocol) protocols.
16

OPTIONS

18       The command-line options supported by pscp are:
19
20       -V     Show version information and exit.
21
22       -pgpfp Display the fingerprints of the PuTTY PGP Master Keys and  exit,
23              to aid in verifying new files released by the PuTTY team.
24
25       -ls    Remote directory listing.
26
27       -p     Preserve file attributes.
28
29       -q     Quiet, don't show statistics.
30
31       -r     Copy directories recursively.
32
33       -unsafe
34              Allow server-side wildcards (DANGEROUS).
35
36       -v     Show verbose messages.
37
38       -load session
39              Load settings from saved session.
40
41       -P port
42              Connect to port port.
43
44       -l user
45              Set remote username to user.
46
47       -batch Disable interactive prompts.
48
49       -pw password
50              Set  remote password to password. CAUTION: this will likely make
51              the password visible to other users of the  local  machine  (via
52              commands such as `w').
53
54       -1     Force use of SSH protocol version 1.
55
56       -2     Force use of SSH protocol version 2.
57
58       -C     Enable SSH compression.
59
60       -i path
61              Private key file for authentication.
62
63       -scp   Force use of SCP protocol.
64
65       -sftp  Force use of SFTP protocol.
66

MORE INFORMATION

68       For  more  information on pscp it's probably best to go and look at the
69       manual on the PuTTY web page:
70
71       http://www.chiark.greenend.org.uk/~sgtatham/putty/
72

BUGS

74       This man page isn't terribly complete. See the above web link for  bet‐
75       ter documentation.
76
77
78
79PuTTY tool suite                  2004‐03‐24                           pscp(1)
Impressum