Top "Telnet" questions

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

Error no module named curses

When I try to run the following code... from telnetsrvlib import * if __name__ == '__main__': "Testing - Accept a …

python windows python-2.7 telnet curses
How to send carriage return over telnet?

I am using Ubuntu telnet client. I am trying to send 2 lines over the telnet connection that I have made. …

tcp console client telnet
Can you telnet to ssh?

I know you can telnet and negotiate with HTTP server by using HTTP protocol standards - for example: telnet google.…

http tcp ssh telnet
How to telnet google using command prompt?

This is what I tried telnet www.google.com 80 Get HTTP/1.1 Host:www.google.com This I what I receive …

telnet
how do i reduce timeout on unix telnet on connection

I have a unix shell script which test ftp ports of multiple hosts listed in a file. for i in `…

telnet
Maximum number of concurrent connections on a single port (socket) of Server

What could be the maximum number of concurrent Clients (using different port number) that could communicate to a Server on …

linux sockets network-programming client-server telnet
How can I open a telnet connection and run a few commands in C#

IS this straightforward? Does any one have any good examples? All my google searches return items on how to make …

c# telnet
Telnet automation / scripting

I have already checked this question but could not find what I'm looking for. I am running Windows (the client), …

python windows scripting automation telnet
ORA-12543: TNS:destination host unreachable but telnet and tnsping works

Last days i stay face to face with a strange oracle problem. I have defined database in tnsnames.ora. Oracle …

oracle sqlplus telnet tnsnames
"No route to host" when I do a telnet

I have two VM's in Azure with different public IP's: 10.10.1.9 10.10.1.6 When I do a telnet with following command from the …

networking telnet tcpdump arp