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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yan Manevich
Sent: Tuesday, September 19, 2006 5:45 PM
To: users@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

_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to