rfcp(1) Remote file copy

SYNOPSIS

rfcp [ -s size ] [ -v2 ] filename1 filename2
rfcp [ -s size ] [ -v2 ] filename directory

On Windows only:
rfcp [ -a ] [ -b ] [ -s size ] [ -v2 ] @command_file

OPTIONS

-a
tells rfcp that the source file is ASCII text (Windows/NT only)
-b
tells rfcp that the source is a binary file (Windows/NT only)
-s size
If specified, only size bytes will be copied
-v2
If specified, forces the RFIO V.2 protocol. Otherwise, V.3 (streaming mode) is used.

RETURN CODES


0      Ok.

1      Bad parameter.

2      System error.

3      Unknown error.

16     Device or resource busy.

28     No space left on device.

196    Request killed.

198    Stager not active.

200    Bad checksum.

AUTHOR

LCG Grid Deployment Team