kafka-connect-ftp icon indicating copy to clipboard operation
kafka-connect-ftp copied to clipboard

Apache FTPClient's retrieveFile silently and indefinitely hangs on failed connection in active mode

Open rollulus opened this issue 8 years ago • 2 comments

At least, that's what I've come to believe.

rollulus avatar Oct 07 '16 08:10 rollulus

note to self: http://stackoverflow.com/questions/9706968/apache-commons-ftpclient-hanging

rollulus avatar Jan 04 '17 07:01 rollulus

Would adding a enterLocalPassiveMode right before the retreiveFile solve this issue?

tglstory avatar Aug 02 '17 18:08 tglstory