Re: Web (ASP.NET) Too Much Time - WeOnlyDo Discussion board

Re: Web (ASP.NET) Too Much Time (General questions)

by wodSupport, Wednesday, August 24, 2005, 12:44 (7030 days ago) @ Fahad

Fahad,

I see you set required properties, but in wrong place. You set them in 'establishedConnection' function, but what about in 'Button1_Click' that will actually make the connection? All I see there is: [code] Ssh1.Login = XXX ;
Ssh1.Password = XXX ;
Ssh1.Protocol = WeOnlyDo.Client.SSH.SupportedProtocols.SSHAuto;
Ssh1.Timeout = 60;
Ssh1.TempAuthorization = XXX ; // License Key 30 Days only
Ssh1.Connect( XXX );
[/code] and not Ssh1.Blocking = True.

Is that correct?


Complete thread: