tags:

views:

1031

answers:

2

I've been using JSch for a couple of weeks now. It seems to work okay, but its API is a little bit cumbersome. I'm also a little off put by its total lack of documentation (not even javadoc style comments). Has anyone used a good Java SSH2 library that they'd recommend. I'm particularly interested in SCP file transfer and issuing commands to a remote Linux box programmatically via the SSH protocol.

+4  A: 

I am using J2SSH, works pretty well. I don't know how it compares to JSch though.

serg
Thanks for the suggestion. I'll check out that library and compare the two.
Bill the Lizard
A: 

Have you tried Orion SSH (Ganymed SSH-2), not tried much but seems good :)

-- Anish Sneh

Anish Sneh