You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to send special combination of CTRL+S in a ssh ShellStream in order to switch to CLI mode in a Siemens Ruggedcom switch.
Searching over web I found that CTRL+S can be translated to \u0019 but i'm not sure.
Using line stream.Write("\u0019");
doesn't change shell context and stream.Read();
returns empty string.
The text was updated successfully, but these errors were encountered:
I need to send special combination of CTRL+S in a ssh ShellStream in order to switch to CLI mode in a Siemens Ruggedcom switch.
Searching over web I found that CTRL+S can be translated to \u0019 but i'm not sure.
Using line
stream.Write("\u0019");
doesn't change shell context and
stream.Read();
returns empty string.
The text was updated successfully, but these errors were encountered: