Help for this page
use Net::FTP; ... $ftp->cwd("/usr/home/myname"); $ftp->get("test.txt"); $ftp->quit;