mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-23 14:22:17 -06:00
|
|
||
|---|---|---|
| .. | ||
| agent.c | ||
| channel.c | ||
| channel.h | ||
| CMakeLists.txt | ||
| comp.c | ||
| comp.h | ||
| Copying | ||
| crypt.c | ||
| crypto.h | ||
| global.c | ||
| hostkey.c | ||
| keepalive.c | ||
| kex.c | ||
| knownhost.c | ||
| libgcrypt.c | ||
| libgcrypt.h | ||
| libssh2.h | ||
| libssh2.pc.in | ||
| libssh2_config.h | ||
| libssh2_config.h.in | ||
| libssh2_config_cmake.h.in | ||
| libssh2_priv.h | ||
| libssh2_publickey.h | ||
| libssh2_sftp.h | ||
| mac.c | ||
| mac.h | ||
| Makefile.am | ||
| mbedtls.c | ||
| mbedtls.h | ||
| misc.c | ||
| misc.h | ||
| NEWS | ||
| NMakefile | ||
| openssl.c | ||
| openssl.h | ||
| os400qc3.c | ||
| os400qc3.h | ||
| packet.c | ||
| packet.h | ||
| pem.c | ||
| publickey.c | ||
| README | ||
| RELEASE-NOTES | ||
| scp.c | ||
| session.c | ||
| session.h | ||
| sftp.c | ||
| sftp.h | ||
| transport.c | ||
| transport.h | ||
| userauth.c | ||
| userauth.h | ||
| version.c | ||
| wincng.c | ||
| wincng.h | ||
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