Re: Using Execute/Receive method when CMD returns (General questions)
Hi Sunny,
Please set Timeout Property to 0
[code]SSh1.Timeout = 0;[/code]
Also please remove timeout value from Execute Method ( and other lines if you use it).
[code]response = Ssh1.Execute(cmd + \r\n , $ );[/code]
Let us know how it goes.
Drazen