Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The FTPListParseEngine class reads the responses from the server and stores the lines in a list during the preparse phase.
The parse phase creates the FTPFile entries from the raw strings. However, if parsing fails, nothing is returned. There is currently no way to access the unparsed string that failed the parsing.
It would be useful to provide this access somehow.
The FTPFile class does include the unparsed entry as one of its fields.
However, currently the expectation is that only parsed entries will be returned, so it would be necessary to add a configuration option for the engine. This would probably need to be an FTPClient option that could be passed to the engine on construction or perhaps as a getFiles() parameter.
Attachments
Issue Links
- is related to
-
NET-553 listFiles(String) returns an empty list, even though FTP Server has sent back data
- Resolved