in reply to
Re^2: Need help for Net::FTP module
in thread
Need help for Net::FTP module
You didn't post the code where your program connects to the host. If you're not checking the return from
->login
, then I would expect
->pwd
to fail as it's doing if the login failed.
fnord
Comment on
Re^3: Need help for Net::FTP module
In Section
Seekers of Perl Wisdom