libsshpp v0.1.7
Modern C++17 wrapper for libssh
Loading...
Searching...
No Matches
sftp.ipp File Reference
#include <sshpp/config.hpp>
#include <sshpp/sftp/sftp.hpp>
#include <sshpp/detail/invoke.hpp>
#include <sshpp/session.hpp>
#include "sftp_internal.hpp"
#include <fcntl.h>
#include <libssh/libssh.h>
#include <libssh/sftp.h>
#include <type_traits>
Include dependency graph for sftp.ipp:

Namespaces

namespace  sshpp
 
namespace  sshpp::sftp
 

Functions

SSHPP_INLINE Result< DirectoryRangesshpp::sftp::entries (Sftp &, const RemotePath &)
 Range adapter: for (const auto& e : sshpp::sftp::entries(s, "/var/log").value()).