1RFCP(1) Rfio User Commands RFCP(1)
2
3
4
6 rfcp - Remote file copy
7
9 rfcp [ -s size ] [ -v2 ] filename1 filename2
10 rfcp [ -s size ] [ -v2 ] filename directory
11
12 On Windows only:
13 rfcp [ -a ] [ -b ] [ -s size ] [ -v2 ] @command_file
14
16 The remote file I/O copy program provides an interface to the shift
17 remote file I/O daemon (rfiod) for transferring files between remote
18 and/or local hosts. Each filename or directory argument is either a
19 remote file name of the form:
20
21 hostname:path
22
23 or a local file name (not containing the :/ character combination). The
24 standard input is supported with the - character. Then directory in
25 output is not supported.
26
28 -a tells rfcp that the source file is ASCII text (Windows/NT only)
29
30 -b tells rfcp that the source is a binary file (Windows/NT only)
31
32 -s size
33 If specified, only size bytes will be copied
34
35 -v2 If specified, forces the RFIO V.2 protocol. Otherwise, V.3
36 (streaming mode) is used.
37
39 0 Ok.
40 1 Bad parameter.
41 2 System error.
42 3 Unknown error.
43 16 Device or resource busy.
44 28 No space left on device.
45 196 Request killed.
46 198 Stager not active.
47 200 Bad checksum.
48
49
51 rcp(1), rfiod(1)
52
54 LCG Grid Deployment Team
55
56
57
58LCG $Date: 2005/03/31 13:13:01 $ RFCP(1)