jsch
How can I make the JSch API log in to a Unix server without a password?
I\'m trying to make a Java application, that executes shell scripts on a remote Unix server, using the JSch API.[详细]
2023-03-04 15:55 分类:问答How can I enable passive mode while using JSch as SFTP client?
I\'m using JSch as SFTP client and now I need to enable passive mode because of some limitation of sec开发者_C百科urity.[详细]
2023-03-03 07:04 分类:问答Is there any way of having maven scp wagon work consistently on linux/mac/windows platform?
Given the very poor documentation about scp/ssh and maven I tried different approaches, basically falling in two main categories: using scpexe wagon and scp wagon. Usually they both work without issue[详细]
2023-03-01 13:17 分类:问答Multiple commands through JSch shell
I was trying to execute multiple commands through SSH protocol using the JSch library. But I seem to have stuck and cannot find any solution. The setCommand() method can only execute single commands p[详细]
2023-03-01 07:53 分类:问答ssh through java
I am using java ssh tools to make an ssh connection to my school account and look for a file and then delete it.However I am creating three functions to do the same thing but with different files,I am[详细]
2023-02-25 03:25 分类:问答SFTP using JSch and GlobalScape
I\'m trying to establish a SFTP connection using Java secure chanel (JSCh). My software stack is Red Hat Enterprise Server 5.0, JRE 6.0 and JSch v0.1.44.[详细]
2023-02-22 04:47 分类:问答sending SIGINT CTRL-C using ganymed SSH2?
I need to kill a process that I have started using ganymed SSH2. Specifically I would like to gracefully kill it using Ctrl+C. I have seen ideas of trying to send ASCII \\x03 but 开发者_运维百科when u[详细]
2023-02-17 18:23 分类:问答Jsch shell/Expecdt4j simple example?
I\'m looking for a simple example how to use Expect4j in Jsch(using Shell no开发者_如何学Ct exec)[详细]
2023-02-15 15:12 分类:问答How can I specify the path of a JAR in an ant buildfile?
I am executing lot of scp and 开发者_Go百科sshexec and other remote commands from an ant build script. These commands don\'t work if jsch.jar isn\'t in the ant lib directory. To make it work, I copied[详细]
2023-02-13 17:20 分类:问答Jsch or SSHJ or Ganymed SSH-2?
I need to connect to server(username,pasw,host)-- easy enter 3-10 commands -- command=\"dir;date;cd;dir\" is there an easier way ?, without writing 20 lines: while(smtng) { a lot of stuff+ mysterious[详细]
2023-02-12 20:01 分类:问答