Fires when the server requests the response to a login challenge.
[Visual Basic]
Public Event LoginChallengeEvent() As FtpDLX.LoginChallengeDelegate[C#]
public event FtpDLX.LoginChallengeDelegate LoginChallengeEvent();[JScript]
In JScript, you can handle the events defined by another class, but you cannot define your own.The LoginChallenge event will fire when wodFtpDLX.NET tries to use KeyboardInteractive authentication. This type of authentication is selected when you set Authentication = AuthPassword (or AuthAny by default) but password authentication fails. In this case wodFtpDLX.NET tries KeyboardInteractive authentication (if available on the server) where the server sends a 'challenge' request that is shown on the user's screen and you must answer with the proper response in order to be authenticated.
Often, the server just sends something like 'please enter your password', but on some configurations this can be virtually any question. For example, the server may ask you to enter a one-time-password or your token ID.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
© WeOnlyDo Software. All Rights Reserved.