Description
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.
Attachments
Issue Links
- duplicates
-
NET-248 half-baked commands list in FTPCommand
- Closed