From 4c3f4224ccb967c98ef4b164da38fcfb78824618 Mon Sep 17 00:00:00 2001 From: heldev Date: Thu, 16 Nov 2017 16:40:42 -0500 Subject: [PATCH 1/2] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0be58de..bfd2c4e 100644 --- a/README.md +++ b/README.md @@ -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. * [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. +* [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. * [urnlib](https://github.com/slub/urnlib) - Represent, parse and encode URNs, as in RFC 2141. From 5878c7c8e66cf1f47e3f1d578239f4f7eb9129da Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Sat, 25 Nov 2017 12:01:52 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfd2c4e..b5c1e43 100644 --- a/README.md +++ b/README.md @@ -606,7 +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. * [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. -* [sshj](https://github.com/hierynomus/sshj) - Ssh, scp and sftp for java. +* [sshj](https://github.com/hierynomus/sshj) - Programatically use SSH, SCP or SFTP. * [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.