Last active
February 20, 2016 08:27
-
-
Save erangaeb/3a5db40c64d88f4784e1 to your computer and use it in GitHub Desktop.
Telent commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # connect to tcp | |
| telnet <host> <post> | |
| telent 10.2.4.110 8080 | |
| >>msg | |
| # exit from telnet session | |
| ctrl ] | |
| quit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment