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
Complete thread:
- Timeout occurred due to inactivity when I execute - sajjad, 2009-03-17, 07:55
- Re: Timeout occurred due to inactivity when I exec - woddrazen, 2009-03-17, 09:00
- Re: Timeout occurred due to inactivity when I exec - sajjad, 2009-03-20, 08:24
- Re: Timeout occurred due to inactivity when I exec - wodDamir, 2009-03-20, 08:41
- Re: Timeout occurred due to inactivity when I exec - sajjad, 2009-03-20, 08:56
- Re: Timeout occurred due to inactivity when I exec - wodDamir, 2009-03-20, 09:18
- Re: Timeout occurred due to inactivity when I exec - wodDamir, 2009-03-20, 10:51
- Re: Timeout occurred due to inactivity when I exec - wodDamir, 2009-03-24, 10:09
- Re: Timeout occurred due to inactivity when I exec - wodDamir, 2009-03-20, 10:51
- Re: Timeout occurred due to inactivity when I exec - wodDamir, 2009-03-20, 09:18
- Re: Timeout occurred due to inactivity when I exec - sajjad, 2009-03-20, 08:56
- Re: Timeout occurred due to inactivity when I exec - wodDamir, 2009-03-20, 08:41
- Re: Timeout occurred due to inactivity when I exec - sajjad, 2009-03-20, 08:24
- Re: Timeout occurred due to inactivity when I exec - woddrazen, 2009-03-17, 09:00