in reply to
Net::ftp listing problem
Dear Confrere, I found the point:
my $ftp = Net::FTP->new("any.server.com", Passive => 1, );
Passive=>1 was missing
bye and Thanks Murcia
Comment on
Re: Net::ftp listing problem
In Section
Seekers of Perl Wisdom