I'm getting an ArrayIndexOutOfBoundsException when executing a dirDetails on a directory in a Windows 2008 FTP Server.
The stack trace is:
Caused by: java.lang.ArrayIndexOutOfBoundsException: 20
at com.enterprisedt.net.ftp.FTPFileParser.split(FTPFileParser.java:99)
at com.enterprisedt.net.ftp.WindowsFileParser.parse(WindowsFileParser.java:105)
at com.enterprisedt.net.ftp.FTPFileFactory.parse(FTPFileFactory.java:233)
at com.enterprisedt.net.ftp.FTPClient.dirDetails(FTPClient.java:1963)
and the issues is that a listing in the directory has more than 20 white-space separated parts.
Do I need to upgrade?