Hi,
On Thu, 5 Apr 2001, Brett Morgan wrote:> client side, how to get java to talk ssh2 secsh file xfer.
>
> Would a sane approach be to find the appropriate points of OpenSSH and
> turn it into a java library by liberal application of JNI, or should I
> be turning my hand at using JCE to implement a ssh2 comms lib?
Depending on what you are going to do we have an ssh2 implementation in
pure java including the sftp protocol. Currently it's a binary demo (in
the form of a simple ssh client). It will be available in source form also
later on (free for non-commercial use). See www.mindbright.se/mindterm for
more info on licensing et.c.
Cheers,
/Mats