Top "Telnet" questions

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

Multiple simultaneous network connections - Telnet server, Python

I'm currently writing a telnet server in Python. It's a content server. People would connect to the server via telnet, …

python sockets telnet
Is it possible to send LDAP "requests" via telnet?

I am wondering whether is it possible or not to establish a connection to a LDAP server via telnet (or …

ldap network-protocols telnet
Linux script to parse telnet message and exit

I am connecting to a telnet listener. Telnet server sends "1234" for every second. I want to read the message "1234" and …

linux bash telnet
Writing a telnet client

HI, I have a device that exposes a telnet interface which you can log into using a username and password …

python c telnet
Python 3, telnet automation

Im doing a project which is to collect certain information from a number of switches. Keep in mind im new …

python automation telnet switching
Can not use telnet localhost 5554 to connect Android emulator

I can't use the command telnet localhost 5554 to connect Android emulator. Always get this error: Connecting To localhost...Could not …

android android-emulator port firewall telnet
bash and telnet to test an email

I'm trying to find out whether an email address is valid. I've accomplished this by usign telnet, see below $ telnet …

bash shell unix command telnet
Force telnet client into character mode

I have an application where I accept a socket connection from a telnet client and put up a simple, keyboard …

char default telnet
Python Telnetlib read_until '#' or '>', multiple string determination?

if (tn.read_until('>')): action1 else: action2 or if (tn.read_until() == '>'): action1 else: …

python port automated-tests telnet telnetlib
how to feed a file to telnet

trying to understand http and headers i was playing around with telnet to send requests. to not type everything again …

http redirect pipe telnet