 |
Exiv2
|
27 #include <libssh/libssh.h>
28 #include <libssh/sftp.h>
42 class EXIV2LIB_DEPRECATED_EXPORT SSH {
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_;
109 #endif // #ifdef EXIV2_HPP_
Type definitions for Exiv2 and related functionality.
EXIV2API std::string getEnv(int env_var)
Return the value of environmental variable.
Definition: futils.cpp:70
Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of ...
Definition: asfvideo.hpp:36
BasicError< char > Error
Error class used for exceptions (std::string based)
Definition: error.hpp:323
@ string
IPTC string type.
Definition: types.hpp:147
Basic file utility functions required by Exiv2.
Error class for exceptions, log message class.