About 903,000 results
Open links in new tab
  1. How to telnet to an IP address on a specific port? - Super User

    Sep 23, 2011 · 145 Can anyone tell me how to telnet to an address using a specific port? I've tried the following: telnet 10.1.1.55 I suppose a route just hasn't been set up between the two …

  2. How to test port by telnet command on localhost? - Super User

    Oct 19, 2017 · 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 …

  3. 'telnet' is not recognized as an internal or external …

    I'm working on an InfoSec exercise, specifically sending emails in cmd that makes use of telnet. Unfortunately, I can't start it. I'm receiving the "'telnet' is not recognized as an internal or ext...

  4. How do I install telnet on windows 10 (Not enable, actually install)

    Dec 30, 2021 · Install Telnet Perform the following steps to install Telnet Client on a server running Windows Server Core. 1. Type Start PowerShell in the Command Prompt window to …

  5. Open a test TCP connection to a specified IP/Port - Super User

    8 Just use Putty it's tiny (and has a portable app version). It lets you specify port and can use telnet which is a TCP connection. It also has other useful functions like serial connections (no …

  6. How to use telnet in Windows Command Prompt? - Super User

    I type this command in a Windows Command Prompt in XP. telnet microsoft.com 80 Connecting to microsoft.com appears and then telnet window opens, but there is nothing inside it. If I type …

  7. What is the difference between telnet and netcat? - Super User

    Jul 19, 2019 · Sounds like the client side of the telnet protocol is somewhat "passive", only reacting after the telnet server sends "options negotiation commands"? Is this what making the …

  8. windows - How do I exit telnet? - Super User

    Oct 12, 2012 · I start telnet by telnet host port. How do I stop it in Windows? Shockingly, Ctrl+C doesn't work.

  9. How to pass commands to a telnet window with a batch script?

    Feb 26, 2020 · 4 I'm trying to control a wifi device with a batch script using the telnet command in Windows 7, but I don't know how to pass the commands to the telnet window. This will be a …

  10. How to copy files using telnet from the remote pc to my pc

    Jun 25, 2013 · Telnet isnt really the best way to transfer files. If you want to transfer files across command line, look into ssh and scp.