RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | Public Attributes
Datacratic::SshConnection Struct Reference
Inheritance diagram for Datacratic::SshConnection:
Datacratic::SocketConnection Datacratic::SftpConnection

List of all members.

Public Member Functions

void connect (const std::string &hostname, const std::string &port)
void passwordAuth (const std::string &username, const std::string &password)
void publicKeyAuth (const std::string &username, const std::string &publicKeyFile, const std::string &privateKeyFile)
void setBlocking ()
std::string lastError () const
void close ()

Public Attributes

LIBSSH2_SESSION * session

Detailed Description

Definition at line 41 of file sftp.h.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator