-
Telnet
Hello, I am running a server off of my computer and I would like to make a telnet client for connections to my server. How would I go about doing this? Would I use winsock and have it connect to port 22? How would I go about sending commands and getting what is on the screen? Is there any way to do this w/o winsock?
Thank you,
Nick. :wave:
-
Re: Telnet
-
Re: Telnet
is the server computer running a telnet daemon or server?
What do you mean get what's on the screen?
Why not use the telnet client built into Windows?
-
Re: Telnet
Ok, now my friend is running the server on his other computer. He has created me a log-in for it. It is a md5 decrypter (tables) server. Basically, I would like to make this so that I can just log-in and then type the md5 click a button and the decryption comes out in the next textbox. I don't like logging in using putty everytime and typing the whole code to decrypt it. He says it uses the ssh protocol which I am about to go research right now.
Thanks for any help!