Re: [Tutor] Telnet using Python!!

2009-08-15 Thread Emile van Sebille
On 8/15/2009 8:07 AM Mohannad Mohammad said... Hello everybody, I want to connect from my Windows server to Unix server using Telnet by Python code. To run some commands and save the result in a text file. I read *telnetlib* documentation and read many examples, but I did not understand!!

Re: [Tutor] Telnet using Python!!

2009-08-15 Thread worminater
I'd probably look into setting up an XML RPC server on the linux host. Thanks, Chris Sent via BlackBerry from T-Mobile -Original Message- From: Mohannad Mohammad Date: Sat, 15 Aug 2009 15:07:23 To: Subject: [Tutor] Telnet using P

[Tutor] Telnet using Python!!

2009-08-15 Thread Mohannad Mohammad
Hello everybody, I want to connect from my Windows server to Unix server using Telnet by Python code. To run some commands and save the result in a text file. I read telnetlib documentation and read many examples, but I did not understand!! I hope to read an explanation from anyone in the gro