libssh  0.7.1
Modules
Here is a list of all modules:
[detail level 12]
oed25519 API
oThe libssh C++ wrapperThe C++ bindings for libssh are completely embedded in a single .hpp file, and this for two reasons:
oThe libssh server API
oThe libssh SFTP APISFTP handling functions
\The libssh APIThe libssh library is implementing the SSH protocols and some of its extensions
 oThe libssh callbacksCallback which can be replaced in libssh
 oThe SSH authentication functions.Functions to authenticate with a server
 oThe SSH buffer functions.Functions to handle SSH buffers
 oThe SSH channel functionsFunctions that manage a SSH channel
 oThe SSH error functions.Functions for error handling
 oThe SSH logging functions.Logging functions for debugging and problem resolving
 oThe SSH message functionsThis file contains the message parsing utilities for client and server programs using libssh
 oThe SSH helper functions.Different helper functions used in the SSH Library
 oThe SSH Public Key InfrastructureFunctions for the creation, importation and manipulation of public and private keys in the context of the SSH protocol
 oThe SSH poll functions.Add a generic way to handle sockets asynchronously
 oThe SSH scp functionsSCP protocol over SSH functions
 oThe SSH session functions.Functions that manage a session
 oThe SSH string functionsString manipulations used in libssh
 \The SSH threading functions.Threading with libssh