Help for this page
use strict; use warnings; ... $ftp->binary(); $ftp->get($file) or print $ftp->message; $ftp->quit();
... Net::FTP=GLOB(0x970b00)>>> CWD XXX ... Net::FTP=GLOB(0x970b00)>>> PORT 10,0,0,5,111,10 Net::FTP=GLOB(0x970b00)<<< 200 PORT command successful Net::FTP=GLOB(0x970b00)>>> RETR YYY