LoginChallengeEvent Event

See Also

FtpDLX Class  | FtpDLX Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

See Also Requirements Languages WeOnlyDo.Client.FTP Send comments on this topic.

LoginChallengeEvent Event

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.

Remarks

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

FtpDLX Class  | FtpDLX Members

 

 


© WeOnlyDo Software. All Rights Reserved.