yazz.com
yazz.com

Reputation: 58816

Experiences of using JSCH Java ssh library

I am in the process of choosing a Java SSH libary. I am leaning towards JSCH, but before I make a final decision I wanted to hear other people's expereinces of the library, good or bad.

Upvotes: 0

Views: 1740

Answers (2)

Scott
Scott

Reputation: 1010

A brand new version of Jsch just went up on github. It is a vast improvement to the existing library in many ways. Check out the README on the site and the comprehensive javadoc for more information. https://github.com/vngx/vngx-jsch

Upvotes: 2

Ruslan
Ruslan

Reputation: 76

I am using this library in my projects, ant it is works fine and it is easy to use. Also it has not only SSH but and SCP where you can transfer files.

Upvotes: 1

Related Questions