'prompt' property - WeOnlyDo Discussion board

'prompt' property (wodSSH / wodSSH.NET)

by emc, Saturday, October 11, 2008, 20:39 (5648 days ago)

Hello,

I'm using WodSSH over VB.NET 2008. It helps me to connect to UNIX and Linux servers.

I'm just wondering why you specify the generic regex of [$ #>] $ in you manual, to catch all shell prompts. I think there is a better one - .*[$ #>] $ .

I'm using the last one since it catches more prompt situations, and just want to make sure that I don't make any mistake by adding the .* prefix.

Thanks!


Complete thread: