"Caenepeel, Sean [R&D/0111]" wrote: > Hello, > > I am having some difficulty downloadinging a file with the Net::FTP module. > ...
> $ftp->cwd($path) || > die "Could not cd to $path."; > $ftp->get($filename) || > die "Could not get file."; HI Sean, I haven't worked with this module, but from my experiences using the FTP protocol, I am wondering whether this is transmitting in text mode or binary. You might want to check the documentation for a mode parameter to the get command, or mode attribute for the Net::FTP object. Joseph -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]