libsshpp v0.1.7
Modern C++17 wrapper for libssh
Loading...
Searching...
No Matches
scp.ipp File Reference
#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>
Include dependency graph for scp.ipp:

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)