Sending Through ^] Through telnetlib

jr grreeder at ix.netcom.com
Fri Jan 23 12:47:50 EST 2004


Try sending:  '\x1d'

HTH
-jr

"John Abel" <john.abel at pa.press.net> wrote in message news:mailman.687.1074866920.12720.python-list at python.org...
> I have written a script that makes a telnet connection, runs various
> commands, and returns the output.  That was the easy bit :)  However, to
> close the session, I need to send ^] followed by quit.  I've tried
> sending chr(29), which is the ascii equivalent, but that doesn't seem to
> work.  Is there something I'm missing?
>
> Any pointers would be much appreciated.
>
> Thanks
>
> J
>





More information about the Python-list mailing list