While trying to perform a listFiles()
command using Apache Commons Net 3.3 FTPSClient against an Mina's Apache FTP Server parsing of the listing fails.
I've done some debugging and the entries
attribute on FTPListParseEngine
after reading the server list has entries formatted like this:
[xÔ[, 0ÐÿB÷0Hy, º.B4¡ÓÇò, «b%-%Mp2s¹ ó6
I wouldn't know if this is an encoding issue on the server side or the clients'
Any hint would be appreciated, Thanks!