libssh
0.7
|
The C++ bindings for libssh are completely embedded in a single .hpp file, and this for two reasons: More...
Data Structures | |
class | ssh::Channel |
the ssh::Channel class describes the state of an SSH channel. More... | |
class | ssh::Session |
The ssh::Session class contains the state of a SSH connection. More... | |
class | ssh::SshException |
Some people do not like C++ exceptions. More... | |
The C++ bindings for libssh are completely embedded in a single .hpp file, and this for two reasons:
Please visit the documentation of ssh::Session and ssh::Channel
If you wish not to use C++ exceptions, please define SSH_NO_CPP_EXCEPTIONS:
All functions will then return SSH_ERROR in case of error.