On Tue, Sep 14, 2010 at 1:14 PM, Aidan Diffey <[email protected]> wrote:
> I am stopping a listener with the *listener.stop()* command that stops the
> listener and prevents FTP connections being made.
>
> When I start the listener again with *
> listener.start(ftpServer.getServerConext())*, I get the following error when
> I try to connect an FTP client. Does anyone have an idea what causes this?

You can start a listener which has been stopped (our documentation
should be improved to make this clear). Instead, you probably want
suspend()/resume()

/niklas

Reply via email to