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
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...
Qwerty at Stack Overflow Mark as irrelevant Undo
Other solutions
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...
pegasus7... at Yahoo! Answers Mark as irrelevant Undo
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...
DHRUV at Yahoo! Answers Mark as irrelevant Undo
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...
travier m at Yahoo! Answers Mark as irrelevant Undo
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...
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...
wiki.answers.com Mark as irrelevant Undo
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,...
wiki.answers.com Mark as irrelevant Undo
Answer:
Open a terminal. In Windows, you can do this by clicking "Start," "Run" and typing...
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.
ArcyQwerty at Answerbag.com Mark as irrelevant Undo
Related Q & A:
- How to Connect to Remote Oracle Database through PHP?Best solution by Stack Overflow
- How to send data from device to remote server?Best solution by Stack Overflow
- How to enable MySQL remote access?Best solution by Server Fault
- How to connect to remote MSMQ?Best solution by Stack Overflow
- How can I get the remote server's date and time at the client side in my application in c#?Best solution by Stack Overflow
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.