[
https://issues.apache.org/jira/browse/NET-340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb resolved NET-340.
----------------------
Resolution: Duplicate
Fix Version/s: 2.2
> 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
> Fix For: 2.2
>
>
> 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.