On Mon, Apr 30, 2012 at 3:22 PM, Wright, Omari <omari.wri...@solers.com> wrote:
> Is it possible for Apache SSHD or Apache FtpServer to kick a specific user 
> out of their session if another event calls for this (i.e. user deletion by 
> another process)?

In FtpServer you can get the currently active sessions from a
listener, and then call close() on the one you wishes to disconnect.

/niklas

Reply via email to