Discuss this help topic in SecureBlackbox Forum
This event is fired when a client requests authentication.
Declaration
Parameters
- Username - username (login) sent by the client
- Password - password sent by the client
- Allow - set this parameter to True to allow authentication
- pcUsername - username (login) sent by the client
- szUsername - the length of pcUsername.
- pcPassword - password sent by the client
- szPassword - the length of pcPassword.
Description
This event is fired by TElSimpleFTPSServer when an authentication request is received.
Use parameter
Allow to allow/disallow authentication.
Discuss this help topic in SecureBlackbox Forum