Help for this page

Select Code to Download


  1. or download this
    my $ftp = Net::FTP->new(
        $arg{host},
        Firewall => 'firewall_host:port_no',
        FirewallType => 4,
        Passive => 1 );
    
  2. or download this
    USER fwuser
    PASS fwpass
    OPEN remote.site
    USER user
    PASS pass