LoginChallange Event not getting fired - WeOnlyDo Discussion board

LoginChallange Event not getting fired (wodSFTP / wodSFTP.NET / wodSFTPdll)

by Tushar, Tuesday, October 25, 2005, 12:57 (6762 days ago)

Hi,

I am trying to connect to the remote server using the VC++ console sample provided with the installation.
I am using the Authentication method as authKeyboardInteractive
I set the password and login and issue a connect command. Now the issue is that the LoginChallange event is not getting fired, though I am able to connect to the remote server.

Instead of Events based implementation as in the console sample if I use callback notifications then the LoginChallange method is called but I am unbale to connect to the remote server after providing the correct password in the Response variable. The Challange variable show me value as Password:

Any suggestions here ?

Thanks

Re: LoginChallange Event not getting fired

by wodSupport, Tuesday, October 25, 2005, 13:17 (6762 days ago) @ Tushar

Tushar,

I have to try this out. Can you zip your VC project and send it over to techsupport@weonlydo.com? I will run it against our SFTP server that also supports keyboard-interactive authenticationa and will try to see why this happens.