Skip to content

Multithreaded telnet server written in Java

Notifications You must be signed in to change notification settings

saflin/TelnetServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

TelnetServer

Notes to run the app:

  • java jar target/telnetapp-1.0-SNAPSHOT.jar
  • in a separate terminal run: telnet localhost 8889

Implemented commands:

  • ls -- list directories and files, it doesn't accept any parameters.
  • pwd -- shows the working directory
  • mkdir directory -- creates a directory, only accepts one directory
  • cd directory -- changes to the specified directory
  • exit -- closes the connection

About

Multithreaded telnet server written in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published