Internet Direct (Indy)
Home
PreviousUpNext
TIdFTP.OnAfterClientLogin Property

Event handler signalled following completion of the FTP protocol exchange used to authenticate the client connection.

Pascal
property OnAfterClientLogin: TOnAfterClientLogin;

OnAfterClientLogin is a TOnAfterClientLogin property that represents the event handler signalled following completion of actions in the Login method. 

OnAfterClientLogin is triggered in the Connect method when AutoLogin contains the value True. 

OnAfterClientLogin is used to notify the application that a client connection the remote FTP server has been established, and authentication has been performed. Applications must assign a procedure to the event handler to allow responsing to the event notification. 

Use the OnBannerBeforeLogin event handler to respond to receipt of the Greeting from the remote FTP server. 

Use the OnBannerAfterLogin event handler to respond to receipt of the LoginMsg from the remote FTP server.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.