If you set the Debug option to a true value, then the errors will go to STDERR.
#!/usr/bin/perl use strict; use warnings; use Net::FTP; my $ftp = Net ::FTP->new("some.host.name", Debug => 1); $ftp->login("anonymous",'me@here.there'); $ftp->cwd("/pub"); $ftp->get("that.file"); $ftp->quit;
In reply to Re: Net::FTP server errors?
by Mr. Muskrat
in thread Net::FTP server errors?
by GhodMode
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |