Results 1 to 3 of 3

Thread: [Winsock] Telnet server Echo?

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2002
    Location
    Holland
    Posts
    47

    [Winsock] Telnet server Echo?

    I'm currently programming a Telnet Server within VB.

    Everything goes okay with my Win2k Telnet Client.

    But when I access the telnet server from Freebsd i.e I get some strange echo or something.

    For example

    Wink2:

    I type: Help
    Displayed: Help


    Freebsd:

    I type: Help
    Displayed: HHeellpp

    Is there any way I could perhaps fix that?

  2. #2
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Newbury, UK
    Posts
    1,878
    I suspect that there is the capability of having a "Local echo". I.e. the Telnet client can display what it is sending to the Telnet server.

    As a server, you might need to identify whether the client has local echo on or not. (Sorry - if I knew how to do that I would have added it here!).

  3. #3

    Thread Starter
    Member
    Join Date
    Sep 2002
    Location
    Holland
    Posts
    47
    Originally posted by JordanChris
    I suspect that there is the capability of having a "Local echo". I.e. the Telnet client can display what it is sending to the Telnet server.

    As a server, you might need to identify whether the client has local echo on or not. (Sorry - if I knew how to do that I would have added it here!).
    Thanx for the information. Some other people told me it could have got something to do with local echo.

    Now I got to find out how to anticipate that!

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