Top "Telnet" questions

Telnet is an old protocol for bidirectional interactive text-oriented communication with remote hosts via virtual terminals.

Python Telnet connection

I was playing around with python 3.1 when I came to a problem. I want to connect to a telnet server. …

python telnet
expect script to automate telnet login

I have been trying to create an expect script to automatically login to my device through telnet If there are …

telnet expect
How to unsupress local echo

I am trying to suppress the local echo of a password in a telnet session by sending 0xFF 0xFD 0x2…

telnet echo
How to automate telnet session using Expect?

I'm trying to write an expect script to automate telnet. This is what I have so far. #!/usr/bin/expect # …

linux telnet expect
Telnet to google mail server

I want to use telnet to google mail server on linux. I want to send mail using SMTP. But it …

smtp telnet
Telnet inside a shell script

How can I run telnet inside a shell script and execute commands on the remote server? I do not have …

shell unix telnet
view SSL certificate on ports 587, 25, 110, 465, 995, 143, 993

How can I view the SSL certificate details that is being used on ports 587, 25, 110, 465, 995, 143 & 993 I need to check which …

email ssl certificate telnet ports
How can I see what I am typing in telnet?

When using telnet by using the command: telnet <host ip> <port> I can connect but then …

telnet
let telnet execute single command in one line

hey i can login into telnet with "telnet localhost 4242" now i want to execute a single command "show network". How …

shell telnet
Simple Telnet console that listens and accepts connections

I am new to Telnet and C# and I am trying to create a simple console program. I need a …

c# console-application telnet tcplistener