FTPClient returns a FTPFile list with null element.
---------------------------------------------------
Key: NET-199
URL: https://issues.apache.org/jira/browse/NET-199
Project: Commons Net
Issue Type: Bug
Affects Versions: 1.4
Environment: jdk1.5.0_07
Reporter: alex
Priority: Critical
The method FTPClient.listFiles will returns a list of FTPFile, but it contains
'null' element if there are files on FTP server that are created at Feb.29.
In fact I'm not sure whether it is a bug of .net api, since I have traced the
call stack, as a result, it shows the problem happens when
FTPListParsedEngine.readServerList is called and then finally
GregorianCalender.computeTime is called, that method raised
IllegalArgumentException. Can you verify this issue? Thanks.
Best regards,
Alex
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.