|
-
Sep 24th, 2002, 04:01 PM
#1
Thread Starter
Member
[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?
-
Sep 25th, 2002, 03:28 AM
#2
Frenzied Member
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!).
-
Sep 25th, 2002, 05:27 AM
#3
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|