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

List of all members.

Classes

struct  Attributes
struct  Directory
struct  File

Public Member Functions

void connectPasswordAuth (const std::string &hostname, const std::string &username, const std::string &password, const std::string &port="ssh")
void connectPublicKeyAuth (const std::string &hostname, const std::string &username, const std::string &publicKeyFile, const std::string &privateKeyFile, const std::string &port="ssh")
Directory getDirectory (const std::string &path)
File openFile (const std::string &path)
void uploadFile (const char *start, size_t size, const std::string &path)
void close ()

Public Attributes

LIBSSH2_SFTP * sftp_session

Detailed Description

Definition at line 70 of file sftp.h.


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