https://github.com/brunobonacci/vertx-telnet
Simple Vert.x Telnet Server
https://github.com/brunobonacci/vertx-telnet
Last synced: over 1 year ago
JSON representation
Simple Vert.x Telnet Server
- Host: GitHub
- URL: https://github.com/brunobonacci/vertx-telnet
- Owner: BrunoBonacci
- Created: 2012-07-01T15:45:39.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-01T16:21:08.000Z (about 14 years ago)
- Last Synced: 2025-01-22T05:28:31.628Z (over 1 year ago)
- Language: Groovy
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vertx-telnet - Simple Vert.x Telnet Server
==========================================
This is a simple Telnet Server (NOT compliant to RFC-854), it is intended to show
the simplicity and power of Vert.x platform.
READ THE FULL ARTICLE: http://brunobonacci.wordpress.com/2012/06/30/vertx-simple-telnet-server
Features:
--------
- accepts multiple users
- chroot user restriction
- implements few commands such as
- ls / dir
- cd
- mkdir
- pwd
- cat
- touch
How to run:
-----------
- To run the server
$ vertx run scripts/TelnetServer.groovy
- To run the client open multiple console windows and type:
$ telnet localhost 1234