Re: Timeout occurred due to inactivity when I exec - WeOnlyDo Discussion board

Re: Timeout occurred due to inactivity when I exec (General questions)

by wodDamir, Friday, March 20, 2009, 10:51 (5488 days ago) @ wodDamir

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


Complete thread: