Java SSH / SFTP Libraries
Author |
Message |
DemonWasp
|
Posted: Fri May 07, 2010 10:44 am Post subject: Java SSH / SFTP Libraries |
|
|
I've been looking for a good way of using SSH in Java (looking to run a series of commands on a remote machine), and I've happened across JSch and sshj. So far, I've found that sshj seems to suit my needs better, but both libraries are woefully short on examples, tutorials and documentation. Does anyone have experience with either these libraries, or yet another library?
It looks like sshj will suit my needs; I'm more just curious if there's a better library out there. |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Ultrahex
|
Posted: Fri May 07, 2010 7:54 pm Post subject: Re: Java SSH / SFTP Libraries |
|
|
I have experience with JSch, but you may also want to consider J2SSH, Ganymed SSH-2 and there is another that my mind is blanking right now. All of them are overall pretty easy to use. If you need more help just respond and/or pm me. |
|
|
|
|
![](images/spacer.gif) |
|
|