in reply to Re: NET::FTP truncates files
in thread NET::FTP truncates files

I have tried this
$ftp->login('anonymous','submit@somesrvr.that.exists.edu'); $ftp->binary(); $ftp->put("$prefix"."$f2"); $ftp->quit;
with the same result..

Rogan Creswick ( didn't have an account earlier )