Perl: Net::FTP methods 
 Net::FTP methods
 
 
The get() method retrieves a file and
$ftp->get("filename", FILEHANDLE);
$ftp->get("filename", "localfilename");
  	If no filehandle or local file name is specified, it is stored in the current directory with the same name