Getting the pre-login banner from server with VBScript (wodSSH / wodSSH.NET)
Hi.
There is no banner property - only banner event, and it works only with SSH protocol.
If you use telnet, then wodSSH cannot say what is banner, what is prompt, what is other type of info - from it's perspective it's just data that has arrived.
I would suggest you read out everything that arrives before the Waitfor, at least for the test. Also, did you try to print what's returned with Waitfor?
Jasmine