[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 =
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
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