Discuss this help topic in SecureBlackbox Forum
This event is fired when a command has been processed by the server.
Declaration
Parameters
- Login - contains the login sent by the client.
- Password - contains the password sent by the client.
- Allow - specifies whether to allow authentication.
- pcLogin - contains the login sent by the client.
- szLogin - the length of pcLogin.
- pcPassword - contains the password sent by the client.
- szPassword - the length of pcPassword.
Description
This event is fired by TElFTPSServer when it has received a username and password from a client.
Set
Allow
parameter to
True to allow authentication.
Discuss this help topic in SecureBlackbox Forum