1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-10-31 23:30:25 +03:00
Files
libssh2/docs/BINDINGS.md
Viktor Szakats 4f9e6e0bfb REUSE: add copyright headers to more files, and .gitignore updates
Also:
- rename a spellcheck file to match curl.
- editorconfig: fix line width.
- editorconfig: make it use UTF-8.
- editroconfig: apply some rules to all files.
- .gitignore: drop dupe, drop `.DS_Store` (not created by this repo),
   sort.
- .gitignore: add for tests executables.

Closes #1718
2025-10-13 13:35:25 +02:00

952 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