227 Entering Passive Mode (64,94,24,132,219,110)
---> RETR 21.in
150 Data connection accepted from 216.27.189.18:3549; transfer starting for 21.in (2072333 bytes).
It looks like the ftp server is really busy, but I was not able to get any timeout and stuck there forever - even tho I had set a value in the timeout.
I was using get(String, String) method and not the getFile(). Sorry about the confusion. One more thing is that I am not sure if this is related to the library or server. There are at least 5 seconds minimun overhead to download any files even the files are just 1kb. I have checked the code and that 5 seconds came from the creation of socket instance "new Socket(url, port)". Do you know any way to improve it?
THanks,
Michael