Automate telnet?

Don Tuttle tuttledon at hotmail.com
Mon Jul 30 09:13:35 EDT 2001


[Don Tuttle]
> > I have a secure Windows telnet client I'd like to automate with a
> > script.  So far my efforts with the popen family haven't worked.  Is
> > this a possible task?

[Martin]
> Doing popen in Windows is quite involved. Instead, I recommend to try
> telnetlib directly.

Thanks, but unfortunately the 'secure' aspect means I can only access the
telnet server by using  this client. Telnetlib won't work here.

Don






More information about the Python-list mailing list