I want to disconnect to a telnet session with the command ctrl+5. How can I do it in Java?
Example:
If the command is q then the code will look like.
How do I write the string combination ctrl+5 as a string???Code:telnet.send("q");
Rgs
icon
Printable View
I want to disconnect to a telnet session with the command ctrl+5. How can I do it in Java?
Example:
If the command is q then the code will look like.
How do I write the string combination ctrl+5 as a string???Code:telnet.send("q");
Rgs
icon