From: greg Date: 2006-11-15T04:28:32+09:00 Subject: preserve mtime when using FTP? I am using Net::FTP to copy files, but the file stats are not preserved. In particular, I would like to preserve mtime (time of last modification). There is an FTP mtime method that can get the mtime of the remote file. Is there any way to preserve or set mtime, or is there a different protocol or library I should use? Thanks, Greg