Help for this page

Select Code to Download


  1. or download this
    use Net::FTP;
    my $hostname="hostname";
    ...
    $ftp->login("$user","$password");
    $ftp->binary;
    $ftp->put("filename.ext")
    
  2. or download this
    Net::FTP: Net::FTP(2.62)
    Net::FTP:   Exporter
    ...
    Net::FTP=GLOB(0x81b3320)<<< 200 Type set to I.
    Net::FTP=GLOB(0x81b3320)>>> PORT 10,1,4,49,219,108
    Net::FTP: Unexpected EOF on command channel at script.cgi line 37