rmt_libssh2 1.6.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package rmt_libssh2 --version 1.6.0.1
NuGet\Install-Package rmt_libssh2 -Version 1.6.0.1
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" Version="1.6.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add rmt_libssh2 --version 1.6.0.1
#r "nuget: rmt_libssh2, 1.6.0.1"
#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 as a Cake Addin
#addin nuget:?package=rmt_libssh2&version=1.6.0.1

// Install rmt_libssh2 as a Cake Tool
#tool nuget:?package=rmt_libssh2&version=1.6.0.1

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 (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.

Version Downloads Last updated
1.8.0 8,993 11/30/2016
1.6.0.2 28,037 12/7/2015
1.6.0.1 3,771 10/16/2015
1.6.0 17,586 10/15/2015

This is a libssh2 package in static and dynamic linkage. Build notes:
Version: 1.6.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).