Help for this page

Select Code to Download


  1. or download this
    use Net::FTP;
    $ftp = Net::FTP-> new('blah.com',Debug => 1);
    ...
    $ftp->cwd('/Inventory');
    $ftp->put($file);
    $ftp-> quit();
    
  2. or download this
    Net::FTP>>> Net::FTP(2.77)
    Net::FTP>>>   Exporter(5.62)
    ...
    Net::FTP=GLOB(0x1d5cec4)<<< 501 PASV not allowed.
    Net::FTP=GLOB(0x1d5cec4)>>> QUIT
    Net::FTP=GLOB(0x1d5cec4)<<< 221 Goodbye.