Add sshj - SSHv2 library for Java

A popular client (1000+ stars) not as powerful as MINA but it has a straitforward API. Here is some comparsion with other popular options:
https://medium.com/@ldclakmal/comparison-of-commons-vfs-sshj-and-jsch-libraries-for-sftp-support-cd5a0db2fbce
This commit is contained in:
heldev
2017-11-16 16:40:42 -05:00
parent caa9df407a
commit 4c3f4224cc

View File

@ -606,6 +606,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [MINA](https://mina.apache.org/) - Abstract, event-driven async I/O API for network operations over TCP/IP and UDP/IP via Java NIO. * [MINA](https://mina.apache.org/) - Abstract, event-driven async I/O API for network operations over TCP/IP and UDP/IP via Java NIO.
* [Netty](https://netty.io/) - Framework for building high-performance network applications. * [Netty](https://netty.io/) - Framework for building high-performance network applications.
* [Nifty](https://github.com/facebook/nifty) - Implementation of Thrift clients and servers on Netty. * [Nifty](https://github.com/facebook/nifty) - Implementation of Thrift clients and servers on Netty.
* [sshj](https://github.com/hierynomus/sshj) - Ssh, scp and sftp for java.
* [Undertow](http://undertow.io/) - Web server providing both blocking and non-blocking APIs based on NIO. Used as a network layer in WildFly. * [Undertow](http://undertow.io/) - Web server providing both blocking and non-blocking APIs based on NIO. Used as a network layer in WildFly.
* [urnlib](https://github.com/slub/urnlib) - Represent, parse and encode URNs, as in RFC 2141. * [urnlib](https://github.com/slub/urnlib) - Represent, parse and encode URNs, as in RFC 2141.