Communicate with server via telnet

Discussion in 'Programming' started by datropics, Apr 23, 2008.

  1. #1
    Can someone show me how to go about communicating with a server via telnet ? I want to be able to get authenticated and then issue commands and read responses, how do I do that?
     
    datropics, Apr 23, 2008 IP
  2. dshuck

    dshuck Peon

    Messages:
    92
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I would recommend SSH over telnet if you have the ability. This is the typical means of communication when connecting to Linux servers. Essentially the usage is the same but SSH is encrypted.

    I assume you are a Windows user or you wouldn't be asking this question. Go download PuTTY which is a free SSH (and Telnet) client for Windows.

    The path goes something like this:

    >ssh [user@]yourserver.com

    You will then be prompted for a password. Once you have connected you will essentially be sitting at a command prompt of the remote server.
     
    dshuck, Apr 27, 2008 IP
  3. .Echelon

    .Echelon Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    just run telnet via terminal
     
    .Echelon, Apr 27, 2008 IP
  4. datropics

    datropics Peon

    Messages:
    309
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    0
    #4
    Yes I am a Windows user, however I want to use CF to do this rather than putty. The interface isn't good for the users thus why I want to use CF - any thoughts?
     
    datropics, Apr 27, 2008 IP