Top "Telnet" questions

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

Test if remote TCP port is open from a shell script

I'm looking for a quick and simple method for properly testing if a given TCP port is open on a …

shell tcp port solaris telnet
automating telnet session using bash scripts

I am working on automating some telnet related tasks, using Bash scripts. Once automated there will be no interaction of …

linux bash telnet
How to check if an email address exists without sending an email?

I have come across this PHP code to check email address using SMTP without sending an email. Has anyone tried …

php email smtp telnet email-validation
get all keys set in memcached

How can I get all the keys set in my memcached instance(s)? I tried googling, but didn't find much …

get memcached key telnet
Connecting to smtp.gmail.com via command line

I am in the process of writing an application that sends mail via an valid GMail user ID and password. …

smtp gmail telnet
Creating a script for a Telnet session?

Does anyone know of an easy way to create a script that can connect to a telnet server, do some …

scripting telnet
Is it possible to use a batch file to establish a telnet session, send a command and have the output written to a file?

I run the following batch file to establish a telnet session to a device and create a file that will …

batch-file telnet
How to send an HTTP request using Telnet

How to get a web page's content using Telnet? For example, the content of https://stackoverflow.com/questions.

web telnet
C# Telnet Library

Is there a good, free telnet library available for C# (not ASP .NET)? I have found a few on google, …

c# .net telnet
What does "\r" do in the following script?

I am using following script to reboot my router using Telnet: #!/usr/bin/env python import os import telnetlib from …

python telnet