Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.