[Twisted-Python] Telnet negotiation with Twisted

Jeffrey Ollie jeff at ocjtech.us
Thu Dec 1 20:34:58 EST 2011


On Thu, Dec 1, 2011 at 7:00 PM, Lee Orsino <lmorsino at gmail.com> wrote:
>
>     reactor.listenTCP(8023, f)

It's been a loong time since I've done anything with telnet, but it
used to be the case that telnet clients would not do any negotiation
if they connected to non-standard ports.  Have you tried running your
server on port 23?

-- 
Jeff Ollie



More information about the Twisted-Python mailing list