Hello, I used the code from this thread to figure out how to use the twisted.conch.telnet.AuthenticatingTelnetProtocol class:
http://www.mail-archive.com/[email protected]/msg01581.html (with the addition of av.state = 'Command' in requestAvatar(), it works great) However, after the handoff to the new protocol MyTelnet, self.factory isn't set. How can I pass along the parent factory from the AuthenticatingTelnetProtocol instance to the StatefulTelnetProtocol instance? Sorry if this isn't phrased correctly - I'm new to Twisted. Thanks, Skye _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
