rmt_libssh2_wincng 1.8.0

dotnet add package rmt_libssh2_wincng --version 1.8.0
NuGet\Install-Package rmt_libssh2_wincng -Version 1.8.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="rmt_libssh2_wincng" Version="1.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add rmt_libssh2_wincng --version 1.8.0
#r "nuget: rmt_libssh2_wincng, 1.8.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install rmt_libssh2_wincng as a Cake Addin
#addin nuget:?package=rmt_libssh2_wincng&version=1.8.0

// Install rmt_libssh2_wincng as a Cake Tool
#tool nuget:?package=rmt_libssh2_wincng&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 Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on rmt_libssh2_wincng:

Package Downloads
rmt_curl_winssl

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.

Version Downloads Last updated
1.8.0 7,434 11/30/2016

This is a libssh2 package in static and dynamic linkage, built with WinCNG crypo backend. Build notes:
Version: 1.8.0
Toolset: v140.
SSL lib: WinCNG.
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).