Description
Command SITE WHO fails because of NPE while calling FtpIoSession.getLastAccessTime().getTime() (line 97-98). LastAccessTime is almost never updated nor it is initialized.
It seems to me that session.updateLastAccessTime() should be placed somewhere into DefaultFtpHandler.messageReceived().