[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SLIP/PPP question (NOT the usual)



> There's also the fact that when a true (port 25) telnet connection first
> starts up, the client and the server exchange a series of special control
> codes so that each can determine which features the other is willing to
> support.  This feature negotiation doesn't occur for connections to ports
> other than 25 (because whatever's on the other end of the connection
> probably won't know what to do with the telnet negotiation codes).

It's port 23, dude..

  20 = FTP Data
  21 = FTP Command
  23 = Telnet
  25 = SMTP (Mail)


I've only had luck using Telnet on its happy port 23. Ports 21 and 25 seem to
just hang up the other server. It's probably those negotiation codes, like you
said.

It does seem like there should be a generic something program that can
communicate over any port, because most of the commands and responses are text
anyway.. but it doesn't seem like there is one.

-ej