Hi I need to authenticate users logging onto FTP server by validating record against Database entry. For this i need to create DbUserManager and attach that userManager to server, while ftp server creation. I see that there is another Ftplet where there are certain hook methods, like onConnect where i can validate the logged user with the UserManager created. Is my understanding correct?If correct then how can i authenticate user in the onConnect hook method? If not ,what is the process to achieve this?
-- Regards, Gaurav Chopra