in reply to Need help for Net::FTP module
you're not checking the return codes of any of the methods you are invoking. That's where I'd start. Also, depending on which ftp server you're using, you might be able to crank up the debug level there, and get info on why commands are failing.$ftp->cwd("/pub") or die "Cannot change working directory ", $ftp->message;
fnord
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Need help for Net::FTP module
by Rahushi (Initiate) on Sep 26, 2012 at 17:18 UTC | |
by Illuminatus (Curate) on Sep 26, 2012 at 18:42 UTC |