Skip to content Skip to sidebar Skip to footer
Showing posts with the label Telnet

How To Open Telnet As A Textfile Rather Than A Binary File

So I was trying to use the read_until method in telnet but then ran into the error: Traceback (mos… Read more How To Open Telnet As A Textfile Rather Than A Binary File

How To Send F2 Key To Remote Host Using Python

I have to send F2 key to telnet host. How do I send it using python...using getch() I found that th… Read more How To Send F2 Key To Remote Host Using Python

How To Disable Telnet Echo In Python Telnetlib?

Hi I known that I should send 'IAC DONT ECHO' message, but how may I do that using telnetli… Read more How To Disable Telnet Echo In Python Telnetlib?