in reply to How to get FTP log via Net::FTP
And then use the Net::Cmd debugging methods (such as message) to retrieve the returned messages from the FTP server. Read the documentation of Net::Cmd on CPAN for a list of debugging facilities/methods available.my $ftp = Net::FTP->new($HOST, Debug => 1);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How to get FTP log via Net::FTP
by any2xml (Initiate) on Dec 31, 2003 at 08:16 UTC |