From 9e3fe90d27add4dbca66c534e3a557502192d9bc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 8 Feb 2019 13:53:20 +0300 Subject: libssh2 added to Miranda to support SFTP transfers in libcurl --- libs/libssh2/docs/README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 libs/libssh2/docs/README (limited to 'libs/libssh2/docs/README') diff --git a/libs/libssh2/docs/README b/libs/libssh2/docs/README new file mode 100644 index 0000000000..8a148568cf --- /dev/null +++ b/libs/libssh2/docs/README @@ -0,0 +1,19 @@ +libssh2 - SSH2 library +====================== + +libssh2 is a library implementing the SSH2 protocol, available under +the revised BSD license. + +Web site: https://www.libssh2.org/ + +Mailing list: https://cool.haxx.se/mailman/listinfo/libssh2-devel + +License: see COPYING + +Source code: https://github.com/libssh2/libssh2 + +Web site source code: https://github.com/libssh2/www + +Installation instructions are in: + - docs/INSTALL_CMAKE for CMake + - docs/INSTALL_AUTOTOOLS for Autotools -- cgit v1.2.3