kafka-connect-ftp
kafka-connect-ftp copied to clipboard
Apache FTPClient's retrieveFile silently and indefinitely hangs on failed connection in active mode
At least, that's what I've come to believe.
note to self: http://stackoverflow.com/questions/9706968/apache-commons-ftpclient-hanging
Would adding a enterLocalPassiveMode
right before the retreiveFile solve this issue?