FTPClient.getModificationTime(String path) throws an ArrayOutOfBoundsException
------------------------------------------------------------------------------
Key: NET-340
URL: https://issues.apache.org/jira/browse/NET-340
Project: Commons Net
Issue Type: Bug
Components: FTP
Affects Versions: 2.0
Environment: all
Reporter: alan atkinson
FTPClient eventually ends up calling sendCommand(int command, String args) with
MOD_TIME (=33) and the path to the file.
FTPCommands._commands is missing the "MDMT" string in the array, causing the
out of bounds exception.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.