jsch
Problem with Ganymed API
I am writing开发者_C百科 SSH Client code using Ganymed API\'s. When I am trying to execute a command remotely through my code it showing nothing and Program execution is not stopping. My putty giving[详细]
2023-02-12 06:42 分类:问答Transfer files from Unix to Winxp server using Jsch
I\'m writing a Java program, to transfer files from Unix server to Windows using the JSch library :)[详细]
2023-02-12 03:10 分类:问答Can we use JSch for SSH key-based communication?
I am using JSch for sftp communication, now i want to use facilitate the key-based authentication, key is loaded on client and server machine once by my network team and all later co开发者_Python百科m[详细]
2023-02-09 09:47 分类:问答Copying a file in sftp with jsch library
import com.jcraft.jsch.*; public class App { public static void main(String args[]) { JSch jsch = new JSch();[详细]
2023-02-07 00:51 分类:问答jsch - send special keys (CTRL-C, CTRL-D, etc.)
I need to send special keys to a remote t开发者_StackOverflow中文版erminal, how can I do that with JSCH?[详细]
2023-01-25 08:30 分类:问答JSch sftp Transfer Stripping Windows Line Endings
I think I understand the difference between ASCII mode and Binary mode on regular FTP transfers -- in Binary mode the file is copied exactly, and in ASCII mode the client may modify line endings (stri[详细]
2023-01-22 03:09 分类:问答Looking for java SFTP modern library, not jsch [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-18 19:49 分类:问答Process dies after Jsch exits
I have a shell script that starts tomcat using \'catalina.sh start\'. This script runs fine and starts tomcat which stays up even if I exit from my ssh session.[详细]
2023-01-17 14:50 分类:问答Detect jsch disconnection
How can I detect from the client that jsch session ha开发者_高级运维s been disconnected by the server?You mean other than the isConnected() function on the session object?If you setup a portforwarding[详细]
2023-01-17 02:05 分类:问答com.jcraft.jsch.JSchException: Auth cancel
I\'m trying to write an Ant script to retrieve an URL via port tunnelling. It works great when I use a password (the names xxxx\'d out for privacy):[详细]
2022-12-31 06:28 分类:问答
加载中,请稍侯......