How to telnet from remote server?

Let’s learn how to telnet from remote server. The most accurate or helpful solution is served by Stack Overflow.

There are ten answers to this question.

Best solution

How to telnet from remote server - c#

New to telnet. There is a list of servers and I need to check, if each server is able to successfully telnet a certain server(10.20.30.100) with port(25). The idea is to have a console application run from a single place which will check for all listed servers. Followed @freedomn-m's solution, but still stuck. var centralServer = "10.20.30.100"; var centralPort = 25; var servers = "11.12.13.201,11.12.13.202,11.12.13.203"; var telnetPort = 23; foreach (var server in servers...

Answer:

You won't 'command' remote server to open connection to telnet server and return result with your existing...

Read more

Qwerty at Stack Overflow Mark as irrelevant Undo

Other solutions

How does telnet work with Java server?

Hey all, So I'm currently working on a Java server and I want to connect to it via telnet. So we're currently using a DataOutputStream to print out to the telnet, but what do I use to read what ever is inputed from the telnet client?

Answer:

You should have a ServerSocket that creates a Socket every time someone connects to your server. When...

Read more

pegasus7... at Yahoo! Answers Mark as irrelevant Undo

My Telnet Client is not connecting the server. It is showing the following message. What should I do?

Welcome to Microsoft Telnet Client Escape Character is 'CTRL+]' Microsoft Telnet> o ( to ) blinkenlights.nl Connecting To blinkenlights.nl...Could not open connection to the host, on port 23: Connect failed Microsoft Telnet> o ( to ) blinkenlight...

Answer:

It means, quite simply, that port 23 is closed on the Dutch blinkenlight server. What to do? First make...

Read more

DHRUV at Yahoo! Answers Mark as irrelevant Undo

Telnet Chat Server help!?

I am using windows Xp I want to create a Batch chat client and Server that connect over the net using telnet How do I make a telnet server and can it even be done?

Answer:

You can use a batch file to run the programs you'll need to write, you can't write a server in batch...

Read more

travier m at Yahoo! Answers Mark as irrelevant Undo

Free telnet server?

I want a free telnet server for xp that lets people telnet to my computer and I choose what happens... like I a telneted to a site (i forgot the name and it showed me a text vesion of starwars episode four movie.Or when i telneted to a place and it gave...

Answer:

http://www.ssh.com/support/downloads/sec…

Read more

hotroots... at Yahoo! Answers Mark as irrelevant Undo

Answer:

First, Make sure that you have TelnetServer Installed On Your Computer..... IF NOT: Go to Control Panel...

Read more

wiki.answers.com Mark as irrelevant Undo

Answer:

1. Open up a command shell 2. Enter telnet <hostname> 80 3. When it says it is connected,...

Read more

wiki.answers.com Mark as irrelevant Undo

Answer:

Open a terminal. In Windows, you can do this by clicking "Start," "Run" and typing...

Read more

Answerbag Staff at Answerbag.com Mark as irrelevant Undo

Answer:

An FTP server responds to FTP requests, not Telnet, which is a completely different protocol.

Read more

ArcyQwerty at Answerbag.com Mark as irrelevant Undo

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.