Re: SSH Message processing - WeOnlyDo Discussion board

Re: SSH Message processing (General questions)

by woddrazen, Tuesday, February 19, 2008, 16:51 (6121 days ago) @ garyjones

Hi Gary,


You can try with regular expression $ #>] that accepts any of those chars $, ,#,> if they appear at the end of the line.
This includes 99.9 of most UNIX command prompts (including root account).

Here is example in VB6:[code] Ssh1.WaitFor( regex:[$ #>] $ )[/code]

Hope this helps.


Regards,
Drazen


Complete thread: