Hello there,
if I'm listing directories with a large amount of files (here about 2000 files) by using
FTPFile[] files = ftp_client.dirDetails(".")
I get an ArrayIndexOutOfBoundsException =(
With smaller directories, there is no problem.
Someone has a suggestion to solve this?
Thank you
David