FTPClient.listFiles() throws NullPointerException if listHiddenFiles is TRUE
----------------------------------------------------------------------------
Key: NET-300
URL: https://issues.apache.org/jira/browse/NET-300
Project: Commons Net
Issue Type: Bug
Affects Versions: 2.0
Reporter: Kirill Safonov
When listHiddenFiles is TRUE FTPClient.getListArguments() code determines the
length of pathname parameter to create the appropriate StringBuffer
(FtpClient.java:2319).
Still pathname may merely be null if I call FTPClient.listFiles() - the one
without params
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.