lihtnes54321 has asked for the wisdom of the Perl Monks concerning the following question:

Hi, I'm writing a perl ftp client program using Net::FTP package. It's throwing a PASV command not implemented. But i'm able to FTP through command line. If i'm giving Passive=>0 in the FTP constructor its throwing ALLO command not implemented. Could you please tell me, why i'm getting this error and what is the solution for this? I'm running the code in Redhat Linux. Thanks, Senthil

Replies are listed 'Best First'.
Re: Net::FTP Perl package issue
by Anonymous Monk on Jun 19, 2014 at 04:09 UTC

    Could you please tell me, why i'm getting this error and what is the solution for this?

    Well, looks like the server your program is talking to decided to give you these errors -- there is no solution except change the server