in reply to How do I preserve file times when using Net::FTP?
$mod_time = $ftp->mdtm($remote_file); $ftp->get($remote_file,$local_file); $resp = utime($mod_time,$mod_time,$local_file);