in reply to copy command

Check out the docs for File::Copy - that's likely to be where the copy command has come from.

Also check that there are no platform specific file size limitations with your OS and that your Perl has largefile support compiled (use perl -V:uselargefiles).

BazB