Skip to content
This repository was archived by the owner on Jan 8, 2020. It is now read-only.

FTPConnectionClosedException & SocketExcetion

Luis Lázaro edited this page Feb 20, 2015 · 1 revision

FTPConnectionClosedException & SocketExcetion

If the connection to the ftp server is interrupted, regardless of cause, a new socket will be opened in process method tryin to reconnect at least 3 times. Otherwise it will main thread will be put to sleep discoverDelay + 10000 ms.

Clone this wiki locally