Help for this page

Select Code to Download


  1. or download this
    use Net::FTP;
    
    ...
          or die "put failed ", $ftp->message;
    
    $ftp->quit;
    
  2. or download this
    $ftp = Net::FTP->new("xxx", Debug => 1, Passive => 1)
        or die "Cannot connect to host: $@";