Help for this page

Select Code to Download


  1. or download this
    # Completely untested :(
    use Net::FTP;
    ...
    $ftp->put($filename);
    $ftp->quit;
    unlink $filename;