python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Apache MINA sshd | When I added the dependency and import it in the class I get "the type org.apache.sshd.client.SshClient is not accessible" error
I use Java 11 with JavaFX. When I added Apache MINA as a Maven dependency and then perform an import statement in the java class I get the following error message:
"The type org.apache.sshd.clien...
sm-a
Votes: 0
Answers: 1
Mimic sftp connection disruption
I am attempting to abruptly disconnect from an SFTP connection in Java without using the sftp.disconnect() method. Using this to build an integration test that checks that clean up happens everytime. ...
Chognificent
Votes: 0
Answers: 1
Execute Ctrl+c in apache mina
Do you know how to execute ctl+c command in apache mina ssh client? I'm trying to do this like that
session.executeRemoteCommand("\u0003", output, StandardCharsets.UTF_8);
but i'm getting e...
skoczo
Votes: 0
Answers: 1
Apache mina sshd client: jump server with password authentication
I am trying to implement a ssh client based on MINA sshd communicating with the end server via a ssh jump.
based on the documentation (https://github.com/apache/mina-sshd/blob/master/docs/internals.md...
vivi
Votes: 0
Answers: 0