On Mon, Apr 30, 2012 at 3:22 PM, Wright, Omari <[email protected]> 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
