Lines Matching refs:scp
4 scp M-bM-^@M-^S secure copy (remote file copy program)
7 scp [-12346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
12 scp copies files between hosts on a network. It uses ssh(1) for data
14 as ssh(1). scp will ask for passwords or passphrases if they are needed
19 explicit using absolute or relative pathnames to avoid scp treating file
25 -1 Forces scp to use protocol 1.
27 -2 Forces scp to use protocol 2.
34 -4 Forces scp to use IPv4 addresses only.
36 -6 Forces scp to use IPv6 addresses only.
63 there is no separate scp command-line flag. For full details of
138 -r Recursively copy entire directories. Note that scp follows
145 -v Verbose mode. Causes scp and ssh(1) to print debugging messages
150 The scp utility exitsM-BM- 0 on success, andM-BM- >0 if an error occurs.
157 scp is based on the rcp program in BSD source code from the Regents of