Re: Examples fails (General questions)
Hi Carlos,
After you send some command ( ls ) what is a prompt you expecting?
I can't see in prompt carlos@icazar:~> character $ maybe there is your problem.
Could you try to changer:
a = Ssh1.WaitFor( $ );
with:
a = Ssh1.WaitFor( regex:[$ #>] $ );
Hope I helped.
Regards,
Drazen