in reply to Re: PERL backup routine
in thread PERL backup routine

When using Net:FTP as per your example, I get the following error (in debug mode or from the script):

#" Can't locate object method "requires_firewall" via package "Net::Config" at C:/Perl/lib/net/FTP.pm line 52, <IN> line 7."

I've looked at the Net::FTP module, and there is some code RE 'firewall'; my PERL is not strong enough to decypher...

Suggestions?

PH

Replies are listed 'Best First'.
Re: Re: Re: PERL backup routine
by c-era (Curate) on Jan 18, 2001 at 18:27 UTC
    When I've seen that error it means you have the libnet that was distributed with activeperl. What you need to do is run ppm (it's in your perl dir), and type install libnet. It will then download and run the installation, since you already have part of libnet installed it will ask you if you want to replace it, say yes.

    PS - Sorry I didn't get back to you sooner, I was sick yesterday.