in reply to Net::FTP firewall fwuser fwpass
Then for firewall type 4, do the sequence as said in the Net::Config manual.my $ftp = Net::FTP->new( $arg{host}, Firewall => 'firewall_host:port_no', FirewallType => 4, Passive => 1 );
USER fwuser PASS fwpass OPEN remote.site USER user PASS pass
|
|---|