Help for this page
$ftpBox->get("$remotedir/$filename","$destination_dir/$filename") or die "failed to get $filename to $destination_file";
$ftpBox->ls($remotedir); #or $ftpBox->dir($remotedir);