Help for this page

Select Code to Download


  1. or download this
    use Net::FTP;
    
    my $ftp = Net::FTP->new("128.1.141.29") or die "Cannot connect to 128.
    +1.141.29";
    ...
    $ftp->get("err");
    print $ftp, "\n";
    $ftp->quit;