Indy 9
TOnAfterUserLoginEvent
See Also, Unit: IdFTPServer
Event type signalled after successful authentication of an FTP client connection.
TOnAfterUserLoginEvent = procedure (ASender: TIdFTPServerThread) of object;
Unit
IdFTPServer
Parameters
ACommand
Command replay handler generating the event notification.
Description
TOnAfterUserLoginEvent is an event type signalled to the FTP Server OnAfterUserLogin event handler after successful authentication of the user and password from the client connection.

The TOnAfterUserLoginEvent event notification includes a TIdCommand instance that represents the command reply handler generating the event notification.

Application must assign a procedure to the TOnAfterUserLoginEvent event handler to allow responding to the event notification.


Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.