Hi there!

  I have AutoRPM 1.3.2 working on our firewall box, but I cannot get it to
work on any of the systems inside the firewall.  I figure this is due to the
internal systems needing to do passive ftp - they never get the list of
remote files because regular ftp gives a PORT error which AutoRPM/Perl does
not catch.  In Net::FTP there apears to be a way to set the ftp mode to
"Passive", but I can't seem to get it to work.  If I change the line

unless ($FTP_Object = Net::FTP->new($FTPSiteName))

to

unless ($FTP_Object = Net::FTP->new($FTPSiteName, Passive))

I get an error from Perl.  Any help would be appreciated!

Ed Jaeger, CFO, Bohlender Graebener Corporation
[EMAIL PROTECTED]
http://www.bgcorp.com



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to