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
Complete thread:
- Examples fails - Carlos, 2006-02-22, 14:52
- Re: Examples fails - wodDrazen, 2006-02-22, 15:05
- Re: Examples fails - Carlos, 2006-02-23, 08:19
- Re: Examples fails - wodDrazen, 2006-02-23, 09:59
- Re: Examples fails - Carlos, 2006-02-23, 08:19
- Re: Examples fails - wodDrazen, 2006-02-22, 15:05