Skip to content

divyanshu-talwar/Telnet-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Telnet-Implementation

About

  • Simple telnet client which helps you connect a telnet server.
  • It is a basic version which responds with DO to all the WILL requests and with WON'T to all the DO requests.

Installation and Execution

  • Compile the c program using :
    • gcc -o telnet telnet.c
  • Run the telnet client using :
    • ./telnet <ip-address / hostname> <port-number>

About

Implemented telnet protocol using C sockets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages