Hello,
The FTP server I'm using replies "213 Unix style list format" to a SYST command. As you see, it doesn't reply the good code, 215. But even if I use setStictReturnCode(false), the API throws an exception.
It sems to be useless to catch it because a SYST command is sent each time I try to LIST unless a previous SYST has been successful.
As a result, I'm unable to LIST on this FTP server.