I have a (.NET) C# Application (Framework v4.5) which performs a TELNET connection to an OpenVMS machine and is able to successfully login.
In order to login to the machine I'm reading the TELNET client stream output buffer, and searching for the "Username: " and "Password: " strings. Afterwards, the appropriate commands are being sent. I'm ending each input command with the carriage return "\r".
However, I'm not able to retrieve from the TELNET client stream buffer the menu options of the OpenVMS form, which are displayed once the user is logged in. I hoped to use the form to be able to navigate in the OpenVMS machine menu.
Are there any API's I can use to navigate the OpenVMS form with C#?