Getting Accurate Last-Modified File Times from an FTP Server
Question: We have the need to get the file time properties of files located on a ftp site. Currently when I call GetCreateTime, GetLastAccessTime or GetLastModifiedTime I only get the hour and minute of the file (and all three methods return the same value). I also need to get the Seconds in addition to the hour and minute. How is […]