source: heimdal/trunk/appl/rcp/rcp.cat1@ 4

Last change on this file since 4 was 1, checked in by Paul Smedley, 10 years ago

Initial commit of Heimdal 1.5.3

File size: 1.5 KB
Line 
1
2RCP(1) BSD General Commands Manual RCP(1)
3
4NNAAMMEE
5 rrccpp -- copy file to and from remote machines
6
7SSYYNNOOPPSSIISS
8 rrccpp [--4455FFKKppxxzz] [--PP _p_o_r_t] _f_i_l_e_1 _f_i_l_e_2
9 rrccpp [--4455FFKKpprrxxzz] [--PP _p_o_r_t] _f_i_l_e_._._. _d_i_r_e_c_t_o_r_y
10
11DDEESSCCRRIIPPTTIIOONN
12 rrccpp copies files between machines. Each file argument is either a remote
13 file name of the form ``rname@rhost:path'' or a local file (containing no
14 colon or with a slash before the first colon).
15
16 Supported options:
17
18 --44, --55, --KK, --FF, --xx, --zz
19 These options are passed on to rsh(1).
20
21 --PP _p_o_r_t
22 This will pass the option --pp _p_o_r_t to rsh(1).
23
24 --pp Preserve file permissions.
25
26 --rr Copy source directories recursively.
27
28DDIIAAGGNNOOSSTTIICCSS
29 rrccpp is implemented as a protocol on top of rsh(1), and thus requires a
30 working rsh. If you intend to use Kerberos authentication, rsh needs to
31 be Kerberos aware, else you may see more or less strange errors, such as
32 "login incorrect", or "lost connection".
33
34HHIISSTTOORRYY
35 The rrccpp utility first appeared in 4.2BSD. This version is derived from
36 4.3BSD-Reno.
37
38HEIMDAL April 16, 2003 HEIMDAL
Note: See TracBrowser for help on using the repository browser.