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