geom_gate userland utility improvements
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

30 lines
781 B

  1. Creative people have written bindings or interfaces for various environments
  2. and programming languages. Using one of these bindings allows you to take
  3. advantage of libssh2 directly from within your favourite language.
  4. The bindings listed below are not part of the libssh2 distribution archives,
  5. but must be downloaded and installed separately.
  6. Cocoa/Objective-C
  7. https://github.com/karelia/libssh2_sftp-Cocoa-wrapper
  8. Haskell
  9. FFI bindings - https://hackage.haskell.org/package/libssh2
  10. Perl
  11. Net::SSH2 - https://metacpan.org/pod/Net::SSH2
  12. PHP
  13. ssh2 - https://pecl.php.net/package/ssh2
  14. Python
  15. pylibssh2 - https://pypi.python.org/pypi/pylibssh2
  16. Python-ctypes
  17. PySsh2 - https://github.com/gellule/PySsh2
  18. Ruby
  19. libssh2-ruby - https://github.com/mitchellh/libssh2-ruby