26 #ifndef ENTREPOT_LIBCURL5_HPP
27 #define ENTREPOT_LIBCURL5_HPP
29 #include "../my_config.h"
57 const std::string & login,
58 const secu_string & password,
59 const std::string & host,
60 const std::string & port,
62 const std::string & sftp_pub_keyfile,
63 const std::string & sftp_prv_keyfile,
64 const std::string & sftp_known_hosts,
for managing archive into a remote repository
entrepot_libcurl(const std::shared_ptr< user_interaction > &dialog, mycurl_protocol proto, const std::string &login, const secu_string &password, const std::string &host, const std::string &port, bool auth_from_file, const std::string &sftp_pub_keyfile, const std::string &sftp_prv_keyfile, const std::string &sftp_known_hosts, U_I waiting_time, bool verbose=false)
defines the implementation for remote filesystem entrepot using libcurl
std::shared_ptr< user_interaction > user_interaction5_clone_to_shared_ptr(user_interaction &dialog)
convert a user_interaction to a shared_pointer on a clone of that user_interaction
mycurl_protocol
libcurl protocols supported by libdar
libdar5 namespace encapsulate all libdar symbols
libdar namespace encapsulate all libdar symbols
API v5 backward compatible class user_interaction.