RES: RES: Mcafee autoupdate

Tony Finch dot at DOTAT.AT
Fri Apr 11 23:13:31 IST 2003


Roberto Campos <roberto at MEUPROVEDOR.COM.BR> wrote:
>I've coppied your script to the machine and it hangs after getting the
>update.ini file....

Try changing each instance of `wget` to `wget --passive-ftp`.

Alternatively, with the perl autoupdate script, try changing the line

    $ftp = Net::FTP->new($ftpsite) or BailOut('McAfee update failed: cannnot connect to ftp site');
to
    $ftp = Net::FTP->new($ftpsite, Passive => 1)
        or BailOut('McAfee update failed: cannnot connect to ftp site');

Tony.
--
f.a.n.finch  <dot at dotat.at>  http://dotat.at/
SOLE: SOUTHEAST OR CYCLONIC 5 OR 6, BECOMING EAST 6 OR 7, PERHAPS GALE 8
LATER. RAIN THEN SHOWERS. MODERATE OR GOOD.



More information about the MailScanner mailing list