Re: Inconsistent SSH behavior (General questions)
Hi Drazen,
Isn't it enough that I wrote this in the constructor?
[code]
sshConnect.Prompt = PROMPT ;
[/code]
Should I again write this?
[code]
answer = sshConnect.Execute(command +
, sshConnect.Prompt);[/code]
Thanks,
Herut