Hi,
looking into the class UnixFileParser I have been surprised, that always the current year is used on parsing delivered file time. Normally the unix systems deliveres file time for files modified within the last 6 month. If e.g. in January 2005 a file timestamp like "2 Dec 11:35" will be send by the unix ftp server, the class UnixFileParser will set the file date to 2 Dec 2005 (thus in the future). What is wrong on my reflectings ?
Thanks for your answer(s)