Automate telnet?

Martin von Loewis loewis at informatik.hu-berlin.de
Mon Jul 30 08:45:18 EDT 2001


"Don Tuttle" <tuttledon at hotmail.com> writes:

> 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?

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

Regards,
Martin




More information about the Python-list mailing list