Best libary for a telnet server?
Uh ye the question is in the title, I just want to be able to connect to the application via telnet ik it can be done with server socket but it’s very messy
10 Replies
⌛
This post has been reserved for your question.
Hey @netty.bootstrap! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
For a telnet connection,
ServerSocket
is perfectly
But why telnet?could not find anything on ssh
jsch?
yh, idk how to do what I would like to do with that and I dont even think thats its possible tbh
I have no idea what you want to do
but for SSH stuff, you can use jsch
Gist
This is a simple server written in Java! Use Netcat or Telnet to co...
This is a simple server written in Java! Use Netcat or Telnet to connect to it! - java-simple-server.java
this
a listener server
which prompts for input on login
And what do you mean a library? It pretty much does everything
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.