Re: Timeout occurred due to inactivity when I exec (General questions)
Sajjad,
Is there any chance we could connect to that server and try it out?
If so, you can send us the information to connect to techsupport@weonlydo.com
Also, can you try something like this:
[code]ssh1.Connect();
ssh1.WaitFor( [root@cat ~]# );
ssh1.DataReady = 0;
string s = ssh1.Execute( ls\n , [root@cat ~]# );[/code]
Regards,
Damba