"Rayon" wrote
Is there any way that I can use python telnetlib to connect to a
telnet
session.
Send commands and get back data without closing the connection.
Yes, thats what it's for.
I need the response to be faster and the login process is taking up
too much
time.
Faster than what?
Rayon wrote:
HI All,
Is there any way that I can use python telnetlib to connect to a telnet
session.
It would be a pretty rubbish telnet library if it didn't let you make
telnet connections.
I don't understand why you are asking this question, since you have
successfully made connection
HI All,
Is there any way that I can use python telnetlib to connect to a telnet
session.
Send commands and get back data without closing the connection.
I need the response to be faster and the login process is taking up too much
time.
I was thinking I could use a queue to pass in data b