|
|
@@ -2036,8 +2036,9 @@ BOOL CFtpListResult::parseAsUnix(const char *line, const int linelen, t_director
|
|
|
direntry.date.hastime = TRUE;
|
|
|
|
|
|
//Problem: Some servers use times only for files newer than 6 months,
|
|
|
- //others use one year as limit. So there is no support for files with time
|
|
|
- //dated in the near future. Under normal conditions there should not be such files
|
|
|
+ //others use one year as limit. IIS shows time for files from the current year (jan-dec).
|
|
|
+ //So there is no support for files with time
|
|
|
+ //dated in the near future. Under normal conditions there should not be such files.
|
|
|
if (!direntry.date.year)
|
|
|
{
|
|
|
CTime curtime = CTime::GetCurrentTime();
|