It was 28/11/2006 21:56, when Niklas Gustavsson wrote: > What do you all think of this RFE? I would be happy to add the > onLoginFail() method to the FtpLet interface if you don't disagree.
Agreed, onLoginFail() seems the best place to me, but I wonder if it needs to be complemented with an onLoginOk(), both of which could be called after the user is set within the FtpRequestImpl object, so that the user information is available to the FtpLet. It also gives the application developer the opportunity to perform some additional authentication on the user, if required.
