Results 1 to 2 of 2

Thread: Telnet Client and Server

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2001
    Location
    England
    Posts
    13

    Wink Telnet Client and Server

    Hi Everyone

    I want to make a client-server program that works like Telnet.

    Like sending commands to the server that does a specified action when it gets that command. I know a little on how to use the Winsock Control.

    Can anyone help?

    How do I go about making this?

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Well to make a telnet server all you do is listen on port 23 for connections and then figure out what to send/receive.

    For a telnet client, you just connect to port 23 and again figure out what to send/receive.

    You dont have to use port 23, but its the default/standard.
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width