I use WhiteRaccoon to do a ftp list request which will return the document information (size, name......) on the server.
The problem is that when the number of the requested documents is large, a same file will not be returned correctly. For example, I have files (BOOK 1, BOOK 2, BOOK 3.......,BOOK 100) on the server, the ftp list request always return "3" instead of "BOOK 3" , while the others are rightly requested. (The code is long, I can not paste it here.)
I have tried to change the inputStream buffer to a large value, but the problem is not solved. So, what is the cause of this problem and how to fix it, thanks!