Re: Inconsistent SSH behavior (General questions)
Herut,
When you use Prompt Property you should wait for result inside PromptReceived Event.
Maybe you should switch to WaitFor and Execute Method in blocking mode. Can you maybe try something like this:
http://example.weonlydo.com/index.asp?did=Send+multiple+commands+to+SSH+server+using+sy...
You can try with regex value for a prompt in WaitFor and Execute line but you can also add there your direct prompt value.
Let us know how it goes.
Drazen