'prompt' property (wodSSH / wodSSH.NET)
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!