在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):portnov/libssh2-hs开源软件地址(OpenSource Url):https://github.com/portnov/libssh2-hs开源编程语言(OpenSource Language):Haskell 98.5%开源软件介绍(OpenSource Introduction):libssh2-hs READMEThis repository contains two closely related packages. libssh2This package provides FFI bindings for SSH2 client library named libssh2. As of version 0.2 all blocking is handled in Haskell code rather than in C code. This means that all calls are now interruptable using Haskell asynchronous exceptions; for instance, it is now possible to use System.Timeout in combination with "libssh2". Note on usage on Windows: On Windows you MUST compile your executable with -threaded or libssh2 will NOT work. We have tested libssh2 on Windows using http://mingw.org/, with http://www.openssl.org/ and http://libssh2.org/ compiled from source (be sure to pass the shared option to the configure script for openssl to enable the shared libraries). libssh2-conduitThis package provides Conduit interface (see conduit package) for libssh2 FFI bindings (see libssh2 package). This allows one to receive data from SSH channels lazily, without need to read all channel output to the memory. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论