<font face="verdana,sans-serif">Jean-Paul,</font><div><font face="verdana,sans-serif"><br></font></div><div><font face="verdana,sans-serif">Thanks for your response. I still can&#39;t get self.will(LINEMODE) to work but I did get self.telnet_WILL(LINEMODE) to run without throwing an Error. Can you elaborate on what needs to happen in the enableRemote? My impression was that once I send the negotiation WILL command from server to the client, the client will respond with either a DO or a DONT. What further logic is necessary?</font></div>
<div><font face="verdana,sans-serif"><br></font></div><div><font face="verdana,sans-serif">Thanks!<br></font><br><div class="gmail_quote">On Fri, Dec 2, 2011 at 4:56 PM,  <span dir="ltr">&lt;<a href="mailto:exarkun@twistedmatrix.com">exarkun@twistedmatrix.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="HOEnZb"><div class="h5">On 2 Dec, 04:43 am, <a href="mailto:lmorsino@gmail.com">lmorsino@gmail.com</a> wrote:<br>

&gt;Hmmm. Do I need to do something with the enableRemote/enableLocal<br>
&gt;methods<br>
&gt;of TelnetTransport?<br>
<br>
</div></div>Yes.  The default implementation of enableRemote does not allow any<br>
options to be enabled.  You must override it if you want the peer to be<br>
allowed to enable any options.<br>
<br>
Jean-Paul<br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
Twisted-Python mailing list<br>
<a href="mailto:Twisted-Python@twistedmatrix.com">Twisted-Python@twistedmatrix.com</a><br>
<a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br>
</div></div></blockquote></div><br></div>