libssh  0.7
Data Structures
The libssh C++ wrapper

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...
 

Detailed Description

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

See also
ssh::Session
ssh::Channel

If you wish not to use C++ exceptions, please define SSH_NO_CPP_EXCEPTIONS:

#define SSH_NO_CPP_EXCEPTIONS
#include <libssh/libsshpp.hpp>

All functions will then return SSH_ERROR in case of error.