libssh
0.6.3
|
The libssh C++ wrapper | The C++ bindings for libssh are completely embedded in a single .hpp file, and this for two reasons: |
The libssh server API | |
The libssh SFTP API | SFTP handling functions |
▼The libssh API | The libssh library is implementing the SSH protocols and some of its extensions |
The libssh callbacks | Callback which can be replaced in libssh |
The SSH authentication functions. | Functions to authenticate with a server |
The SSH buffer functions. | Functions to handle SSH buffers |
The SSH channel functions | Functions that manage a SSH channel |
The SSH error functions. | Functions for error handling |
The SSH logging functions. | Logging functions for debugging and problem resolving |
The SSH message functions | This file contains the message parsing utilities for client and server programs using libssh |
The SSH helper functions. | Different helper functions used in the SSH Library |
The SSH Public Key Infrastructure | Functions for the creation, importation and manipulation of public and private keys in the context of the SSH protocol |
The SSH poll functions. | Add a generic way to handle sockets asynchronously |
The SSH scp functions | SCP protocol over SSH functions |
The SSH session functions. | Functions that manage a session |
The SSH string functions | String manipulations used in libssh |
The SSH threading functions. | Threading with libssh |