Help for this page
use Net::FTP; ... $ftp->cwd("/pub"); $ftp->get("that.file"); $ftp->quit;
use LWP::Simple; getstore 'ftp://ftp.somedomain.com/somefile.txt', 'somefile.txt';