[IronPython] Telnet API

Martin Maly Martin.Maly at microsoft.com
Tue Sep 26 19:06:07 CEST 2006


Telnetlib is a module implemented in Python so ideally IronPython should be able to run it. At this point, however, there is a module "select" that telnetlib depends on and IronPython doesn't support so IronPython cannot run telnetlib.

Martin

From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Yan Manevich
Sent: Tuesday, September 19, 2006 5:45 PM
To: users at lists.ironpython.com
Subject: [IronPython] Telnet API

Hello,

I want to connect through Telnet from Windows machine to UNIX machine and run some scripts on the last one. My question is if that is possible to work with Telnet from IronPython? Is there any API in IronPython like telnetlib in Python2.4.3?

Thank you in advance for you answers.
Yan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20060926/06d80d5c/attachment.html>


More information about the Ironpython-users mailing list