On Wed, 3 Apr 2002 10:12:22 -0800, atfrost <[EMAIL PROTECTED]> wrote:

>[-nscp:1-] Warning: nscp: unsupported telnet IAC code 252 received from
>client
>
>This is the WONT command, I believe?

That's correct.

>I haven't dug through the code very deeply, but it bears mentioning
>that I *can* connect to nscp on AOLServer 3.x, even though that version
>GetLine() contains similar IAC handling code.  On AOLServer 3.x,
>however, it looks like the session begins with some junk in the input
>buffer; the first command line always fails.  The following message is
>logged:
>
>Error: invalid command name "ÿü"
>invalid command name "ÿü"
>    while executing
>"ÿü"

The "ÿü" is the same IAC WONT (dec 255 252) command, just the 3.x nscp
doesn't try to grok telnet control commands.

Maybe you have something in your .telnetrc that is trying to change settings
(linemode perhaps)?  Not sure what else would be going on there.

-J

Reply via email to