Browse Source

Comment that IIS shows time for files from the current year (jan-dec).

Source commit: 43d4391a07b72e03db755c095ef5775791487027
Martin Prikryl 9 years ago
parent
commit
7ccc6c4d36
1 changed files with 3 additions and 2 deletions
  1. 3 2
      source/filezilla/FtpListResult.cpp

+ 3 - 2
source/filezilla/FtpListResult.cpp

@@ -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();