Question:

What can I do with telnet?

by  |  earlier

0 LIKES UnLike

I accessed telnet through command line prompts. I did this with an ftp command and an IP address. I get a blank screen, but there is a cursor that flashes. When I type anything, the cursor moves, but I see no letters....what is this all about?

 Tags:

   Report

2 ANSWERS


  1. Usually when you telnet into a computer or networking device, the device will ask for a username and password. For added security, the device won't show the keys you are typing in for the username/password.

    you can read more about it here: http://searchnetworking.techtarget.com/s...


  2. Telnet is a user command and an underlying TCP/IP protocol for accessing remote computers. Through Telnet, an administrator or another user can access someone else's computer remotely. On the Web, HTTP and FTP protocols allow you to request specific files from remote computers, but not to actually be logged on as a user of that computer. With Telnet, you log on as a regular user with whatever privileges you may have been granted to the specific application and data on that computer.

    A Telnet command request looks like this (the computer name is made-up):

        telnet the.libraryat.whatis.edu

    The result of this request would be an invitation to log on with a userid and a prompt for a password. If accepted, you would be logged on like any user who used this computer every day.

    Telnet is most likely to be used by program developers and anyone who has a need to use specific applications or data located at a particular host computer.

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions