I am using the version 1.4.5 of the FTP client and have some troubles when using it with our SUN ftp server.
the dirDetails(String dirname) returns an error on following line:
drwxrwxr-x 2 rzwicklh clearusr 512 Dec 4 2003 TestFolder
whereas this line parses successfully:
drwxrwxr-x 5 rzwicklh clearusr 512 Nov 27 2003 TestFolder2
The exception is thrown in the UNIX file parser line 217:
lastModified = formatter1.parse(stamp.toString());
I guess the format string used for the formatter is incorrect: "MMM-dd-yyyy"
Thanks
Rainer
PS: Another hint: line 196 should be surrrounded by a try - catch to be able to rethrow the exception ex again. - But I do not really care about this