|
libsshpp v0.1.7
Modern C++17 wrapper for libssh
|
#include <sshpp/config.hpp>#include <sshpp/scp/scp.hpp>#include <sshpp/detail/invoke.hpp>#include <sshpp/session.hpp>#include <libssh/libssh.h>#include <algorithm>#include <fstream>#include <istream>#include <ostream>#include <type_traits>#include <vector>Namespaces | |
| namespace | sshpp |
| namespace | sshpp::scp |
Functions | |
| SSHPP_INLINE Result< std::uint64_t > | sshpp::scp::try_download (Session &session, const RemotePath &remote, const std::filesystem::path &local, ProgressCallback progress) |
| SSHPP_INLINE Result< std::uint64_t > | sshpp::scp::try_upload (Session &session, const std::filesystem::path &local, const RemotePath &remote, ProgressCallback progress) |