in reply to 'telnet' sending bizarre ascii to perl server
The full 'telnet' protocol is more than just "connect and pump bytes", like many seem to assume. My guess is that your telnet client uses the full telnet protocol when not given a port number and avoids the optional negotiations (which your server doesn't understand) when given a specific port number (even if that port number is 23).
- tye (but my friends call me "Tye")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (tye)Re: 'telnet' sending bizarre ascii to perl server
by JPaul (Hermit) on Mar 09, 2001 at 02:20 UTC | |
by AgentM (Curate) on Mar 09, 2001 at 03:12 UTC | |
by Gloom (Monk) on Mar 09, 2001 at 04:34 UTC | |
by tye (Sage) on Mar 09, 2001 at 23:16 UTC |