in reply to Re^2: copying a file
in thread copying a file

Observation: Your file in the debug is "00000001.610", not "00000001.txt".

Observation: Your host variable contains a the value from a call to 'hostname()'. It looks like this function returns the hostname of the machine the script is being called on. That wouldn't be the machine you want to get your file from, right? You want it from a different server machine.

-Bryan