27#include <libssh/libssh.h>
28#include <libssh/sftp.h>
42 class EXIV2LIB_DEPRECATED_EXPORT SSH {
54 SSH (
const std::string& host,
const std::string& user,
const std::string& pass,
const std::string port =
"");
67 int runCommand(
const std::string& cmd, std::string* output);
76 int scp(
const std::string& filePath,
const byte* data,
size_t size);
85 void getFileSftp(
const std::string& filePath, sftp_file& handle);
102 ssh_session session_;
Error class for exceptions, log message class.
Basic file utility functions required by Exiv2.
Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of ...
Definition asfvideo.hpp:36
Type definitions for Exiv2 and related functionality.