Re: Trouble using telentlib

2005-02-28 Thread Eddie Corns
[EMAIL PROTECTED] (Nitin Chaumal) writes: >I sarched the existing threads but didnt find an answer to this. >I am writing simple script which uses telentlib to open a session with >a unix machine and run "tail -f logfile.txt" on one of the logfiles. >import telnetlib >HOST = "192.X.X.X" >user =

Trouble using telentlib

2005-02-12 Thread Nitin Chaumal
I sarched the existing threads but didnt find an answer to this. I am writing simple script which uses telentlib to open a session with a unix machine and run "tail -f logfile.txt" on one of the logfiles. import telnetlib HOST = "192.X.X.X" user = "myname" password = "mypass" tn = telnetlib.Tel

Re: Trouble using telentlib

2005-02-12 Thread Kartic
Nitin Chaumal said the following on 2/11/2005 5:41 PM: I sarched the existing threads but didnt find an answer to this. I am writing simple script which uses telentlib to open a session with a unix machine and run "tail -f logfile.txt" on one of the logfiles. import telnetlib HOST = "192.X.X.X" use