http://www.perlmonks.org?node_id=1010713


in reply to Re: FTP through Firewall
in thread FTP through Firewall

Thanks for looking into it. I checked the code again and those are my typos while posting. The actual code has single qoute in correct places. Below is the line:
my $ftp = Net::FTP->new('xxxxx.xxxxxxxxx.com', Firewall => 'ftp.glb.xx +xxxxx.net', FirewallType => 7, Debug => 1 );
I was wondering if the dialog expected by our firewall is supported by one of the 7 Firewall types?