Error using wodSSH.NET in my asp.net 2.0 web a - WeOnlyDo Discussion board

Error using wodSSH.NET in my asp.net 2.0 web a (wodSSH / wodSSH.NET)

by Nitin Chauhan, Wednesday, September 26, 2007, 06:21 (6067 days ago)

I tried to use wodSSH.NET in my asp.net 2.0 application and was encountering below error message everytime i run the web page:

“NOT ALLOWED IN THIS STATE. CONNECT FIRST”.

Please suggest appropriate solution to the problem. Below is the code snippet. ( XXX represents valid inputs to the tool). I am not getting error in Connect method which makes me believe that connection is there. I get error in Execute method.

km.Load( key.ssh , XXX )
Ssh1.Authentication = WeOnlyDo.Client.SSH.Authentications.PublicKey
Ssh1.Hostname = XXX
Ssh1.Login = XXX
Ssh1.TempAuthorization = 633261552344062500 | WfBgutWHckSB7FzRerZKb98q5Lw=
Ssh1.PrivateKey = km.PrivateKey(type)
Ssh1.Authentication = WeOnlyDo.Client.SSH.Authentications.PublicKey
'Ssh1.Command = XXX //commented
Ssh1.PrivateKey = km.PrivateKey(WeOnlyDo.Security.Cryptography.SSHKeyTypes.RSAKey)
'Ssh1.Blocking = True //commented
'Ssh1.StripANSI = True //commented
Ssh1.Connect()
'Ssh1.WaitFor( regex:[$ #>] $ ) //commented
'Ssh1.DataReady = 0 //commented
result = (Ssh1.Execute( XXX ))

Re: Error using

by Nitin Chauhan, Wednesday, September 26, 2007, 06:42 (6067 days ago) @ Nitin Chauhan

Hi guys,

I have solved the problem. I just uncommented the lines of code that i had commented earlier and now it is working fine.

Hope this helps some one using the component in asp.net 2.0 application.

I would like to mention that the tech support provided by Weonlydo is outstanding. I was able to sort almost all the problems with their help.

Thanks,
Nitin

Re: Error using

by wodDamir, Wednesday, September 26, 2007, 09:14 (6067 days ago) @ Nitin Chauhan

Hi Nitin,

Great! We're glad that everything works for you after all.

Regards,
Damba