I have windows Xp , I want to test some port , someone advice me to use telnet command on localhost to test it . but i don't know how i can do it (syntax of telnet command on local host) ?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
migrated from serverfault.com Jan 21 '11 at 10:56
|
You can do this by executing the Command Prompt (Start -> Run -> cmd) Once you get the command prompt you can test the port by writing this on the command prompt
|
|||
|
|
to learn some of the syntax from the command prompt type:
Typically you would do something like the following and see what kind of message pops up. Sometimes it may connect but nothing gets displayed. If the port is closed, then there is an error of some kind... even if nothing displays in a couple of seconds, just type "quit" to close the connection.
|
|||
|
|