Custom Query (8104 matches)
Results (253 - 255 of 8104)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#316 | VC++ 7.1 can't compile DirectoryCache.h (2.1.7) | |||
Description |
I don't know if this is a bug per se, but VC++ 7.1 will not compile the 2.1.7 source unless the protected modifier is commented out in DirectoryCache.h at line 62. Just an FYI! Thanks,
P.S. is there a better place to submit compile- and source-related items? |
|||
#317 | Ident does not let you use "ident" for ident | |||
Description |
If you use "ident" as the ident it prompts you to enter a username.. this may be a feature? jae7@… |
|||
#318 | Wrong year for files < 6 months old | |||
Description |
Filezilla can get the year wrong for files that have been modified within the last 6 months. The list output from my server works like the standard "ls" command in so much as a file older than 6 months has the date shown as "MMM DD YYYY" and files 6 months or newer have "MMM DD HH:MM". Files with the latter date stamp format sometimes are shown in the year 2003 and sometimes the year 2002. Example listing: -rw-rw-rw- 1 admin home 3344 Apr 3 2001 hmi.htm -rw-rw-rw- 1 admin home 8768 May 6 18:45 index.htm -rw-rw-rw- 1 admin home 1976 Feb 15 2002 manuals.htm -rw-r--r-- 1 admin home 21704 Jan 30 23:48 manuals.php FileZilla showns index.htm as being in 2002 (wrong), whilst manuals.php is in 2003 (correct) hmi.htm in 2001 and manuals.htm in 2002. I'm using FileZilla 2.1.7 and FTP over SSH2 on a Win2K pc. |