Using edtFTP, is it possible to recover from a dropped connection to the server in mid-transfer?
When I yank the internet connection in the midst of an upload, my Java app just seems to hang. It doesn't abort and I don't see an exception that I could catch.
Also, is there at least a timeout I can set? I've tried, setTimeout(), getAdvancedFTPSettings().setRetryCount() and getAdvancedFTPSettings().setRetryDelay() but none of those seem to have any effect.