Hey Guys,
New year and a new problem. Actually, I'm guessing this is likely handled already and I just can't seem to find where to effect it. We have a process that checks the date of a specific file on a FTP server and then downloads it if the date is newer than yesterday. When I run the code, the edtFTP library is returning Dec 31, 2007, even though the actual mod date is Dec 31, 2006. When I opened a command prompt and FTPed to the file that way, I noticed that the DIR command was spitting out the UNIX format output. Most of the file modify dates were showing up with out a date. Some files show "Dec 8 22:01" others show "Jun 27 2006". Is there some way to force the edtFTP library to return the full date/time value? Or is this some kind of server setting?
Thanks,
-Rick