Occurs when the component has logged in.
The event handler receives an argument of type FTPLogInEventArgs containing data related to this event. The following FTPLogInEventArgs properties provide information specific to this event.
Property | Description |
---|---|
HasLoggedIn | Indicates whether or not the client has logged in. |
Password | Password of account on server. |
UserName | User-name of account on server. |