Jsch is a pure Java for implementing SSH2 and relies on JAVATM encryption Extensions (JCE). It can connect to a sshd server, and then use port forwarding, X11 forwarding, file transfer, and so on. Http://www.aliyun.com/zixun/aggregation/18736.html "> Allows users to integrate all the features of Jsch into their own Java programs.
About SSH2
SSH provides support for secure remote logins, file security transfers, secure TCP/IP, and X11 forwarding. It can automatically encrypt, authenticate, and compress the transmitted data. The SSH protocol includes two incompatible categories: SSH1 and SSH2. SSH2 is to avoid patent issues about RSA and to fix SSH1 some data integrity issues.
Jsch 0.1.48 This version improves sftp file download speed.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.