1RFCP(1) Rfio User Commands
2RFCP(1)
3
4
5
6[1mNAME[0m
7 rfcp ‐ Remote file copy
8
9[1mSYNOPSIS[0m
10 [1mrfcp [22m[ [1m‐s [4m[22msize[24m ] [ [1m‐v2 [22m]
11[4mfilename1[24m [4mfilename2[0m
12 [1mrfcp [22m[ [1m‐s [4m[22msize[24m ] [ [1m‐v2 [22m]
13[4mfilename[24m [4mdirectory[0m
14
15 On Windows only:
16 [1mrfcp [22m[ [1m‐a [22m] [ [1m‐b [22m] [ [1m‐s
17[4m[22msize[24m ] [ [1m‐v2 [22m] [1m@[4m[22mcommand_file[0m
18
19[1mDESCRIPTION[0m
20 The remote file I/O copy program provides an interface
21to the [1mshift[0m
22 remote file I/O daemon (rfiod) for transferring files
23between remote
24 and/or local hosts. Each [4mfilename[24m or [4mdirec‐
25tory[24m argument is either a
26 remote file name of the form:
27
28 [4mhostname[24m[1m:[4m[22mpath[0m
29
30 or a local file name (not containing the :/ character com‐
31bination). The
32 standard input is supported with the [1m‐ [22mcharac‐
33ter. Then directory in
34 output is not supported.
35
36[1mOPTIONS[0m
37 [1m‐a [22mtells [1mrfcp [22mthat the source file is
38ASCII text (Windows/NT only)
39
40 [1m‐b [22mtells [1mrfcp [22mthat the source is a bina‐
41ry file (Windows/NT only)
42
43 [1m‐s [4m[22msize[0m
44 If specified, only [4msize[24m bytes will be copied
45
46 [1m‐v2 [22mIf specified, forces the RFIO V.2 proto‐
47col. Otherwise, V.3
48 (streaming mode) is used.
49
50[1mRETURN CODES[0m
51 0 Ok.
52 1 Bad parameter.
53 2 System error.
54 3 Unknown error.
55 16 Device or resource busy.
56 28 No space left on device.
57 196 Request killed.
58 198 Stager not active.
59 200 Bad checksum.
60
61
62[1mSEE ALSO[0m
63 [1mrcp(1), rfiod(1)[0m
64
65[1mAUTHOR[0m
66 [1mLCG Grid Deployment [22mTeam
67
68
69
70LCG $Date: 2005/03/31 13:13:01 $
71RFCP(1)
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132