1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-07-23 16:21:00 +03:00
Files
libssh2/docs/BINDINGS.md
Viktor Szakats 0924632fa0 tidy-up: misc & minor cmake MSVS fix
- `libssh2.rc`: document language/codepage codes.

  Ref: https://learn.microsoft.com/windows/win32/intl/code-page-identifiers

- convert to Markdown: `docs/BINDINGS`, `docs/HACKING`

  Blind update for `vms/libssh2_make_help.dcl`. Please double-check.

- cmake: fix to recognize dash-style warning options (`-Wn`) with MSVC.

- `NMakefile`: sync `rd` command with `Makefile.mk`.

- delete a CVS header.

- cmake: simplify a `LIBSSH2_HAVE_ZLIB` macro.

- few other nits and whitespace mods.

Closes #943
2023-04-10 23:03:43 +00:00

847 B

libssh2 bindings

Creative people have written bindings or interfaces for various environments and programming languages. Using one of these bindings allows you to take advantage of libssh2 directly from within your favourite language.

The bindings listed below are not part of the libssh2 distribution archives, but must be downloaded and installed separately.

Cocoa/Objective-C

Haskell FFI bindings

Perl Net::SSH2

PHP ssh2

Python pylibssh2

Python-ctypes PySsh2

Ruby libssh2-ruby