in reply to
NET::FTP Problem
I would do $ftp->put_unique($file); #Just so you do not overwrite a file if it exists. do you need to send binary or ascii? use $ftp->binary(); or $ftp->ascii();
Comment on
Re: NET::FTP Problem
In Section
Seekers of Perl Wisdom