DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22304>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22304

FTPClient.listFiles intermittently locks up





------- Additional Comments From [EMAIL PROTECTED]  2003-10-26 12:10 -------
I also encouted this problem.

I wrote a small program to collect file list on FTP site, that is connecting to
a FTP server and use method FTPClient.listFiles recursively get the file tree
of that server. I test my program with collecting file tree of 83 FTP sites 
sequentially(all sites are located in my campus) and I have about 1/2 
probability to be got locked up by FTPClient.listFiles. More, when I use 
threads to do things above concurrently, I have 100% probability getting this 
bug.

Thus, I think this bug is not hard to reproduce. Just invoking 
FTPClient.listFiles as many times on many different FTP sites will do.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to