in reply to Re: Net::FTP::Recursive problems, prematurely closing connection
in thread Net::FTP::Recursive problems, prematurely closing connection
I think Net:FTP:Recursive is creating a local mirror directory structure. That is one of its modes of operation.
It looks like Net::FTP:Recursive will take a debug option that may provide more info. It inherits this from Net::FTP.
Net::FTP::Recursive->new("some.host.name", Debug => 1);
|
|---|