rmt_libssh2 1.8.0
dotnet add package rmt_libssh2 --version 1.8.0
NuGet\Install-Package rmt_libssh2 -Version 1.8.0
<PackageReference Include="rmt_libssh2" Version="1.8.0" />
paket add rmt_libssh2 --version 1.8.0
#r "nuget: rmt_libssh2, 1.8.0"
// Install rmt_libssh2 as a Cake Addin #addin nuget:?package=rmt_libssh2&version=1.8.0 // Install rmt_libssh2 as a Cake Tool #tool nuget:?package=rmt_libssh2&version=1.8.0
Key Exchange Methods: diffie-hellman-group1-sha1, diffie-hellman-group14-sha1, diffie-hellman-group-exchange-sha1
Hostkey Types: ssh-rsa, ssh-dss
Ciphers: aes256-cbc (rijndael-cbc@lysator.liu.se), aes192-cbc, aes128-cbc, 3des-cbc, blowfish-cbc, cast128-cbc, arcfour, none
Compression Schemes: zlib, zlib@openssh.com, none
MAC hashes: hmac-sha1, hmac-sha1-96, hmac-md5, hmac-md5-96, hmac-ripemd160 (hmac-ripemd160@openssh.com), none
Authentication: none, password, public-key, hostbased, keyboard-interactive
Channels: shell, exec (incl. SCP wrapper), direct-tcpip, subsystem
Global Requests: tcpip-forward
Channel Requests: x11, pty, exit-signal, keepalive@openssh.com
Subsystems: sftp(version 3), publickey(version 2)
SFTP: statvfs@openssh.com, fstatvfs@openssh.com
Thread-safe: just don't share handles simultaneously
Non-blocking: it can be used both blocking and non-blocking
Your sockets: the app hands over the socket, calls select() etc.
OpenSSL, Libgcrypt or WinCNG (native since Windows Vista): builds with either.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
-
- rmt_openssl (>= 1.1.0.3)
- rmt_zlib (>= 1.2.8.7)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on rmt_libssh2:
Package | Downloads |
---|---|
EasyCpp
Library to make creating c++ projects easier. |
|
rmt_curl
curl/libcurl is an open source library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMTP, SMTPS, Telnet and TFTP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, HTTP/2, cookies, user+password authentication (Basic, Plain, Digest, CRAM-MD5, NTLM, Negotiate and Kerberos), file transfer resume, proxy tunneling and more. |
GitHub repositories
This package is not used by any popular GitHub repositories.
This is a libssh2 package in static and dynamic linkage. Build notes:
Version: 1.8.0
Toolset: v140.
SSL lib: OpenSSL.
Compression lib: zlib.
Calling convention: cdecl.
Debug information: Program Database (/Zi).
Package splitting: off ( non CoApp overlay, Please read https://github.com/coapp/coapp.powershell/issues/116 ).
Author: Kyselgov Evgeny (kyselgov@gmail.com).