![]() |
|
We don't bite newbies here... much | |
PerlMonks |
Re: Re: Re: Re: Re: Net::FTP via CGI mysteryby Fastolfe (Vicar) |
on Jul 13, 2002 at 16:41 UTC ( [id://181497]=note: print w/replies, xml ) | Need Help?? |
Call the 'pasv' method before you do your 'ls'. What's likely happening is that Net::FTP is doing some configuration based on your user environment, and that environment differs from the environment present when Net::FTP is invoked from within a CGI script. You just don't know it. Be explicit and set 'pasv' if your network/firewall configuration requires that you use it.
In Section
Seekers of Perl Wisdom
|
|