libsshpp v0.1.7
Modern C++17 wrapper for libssh
Loading...
Searching...
No Matches
sshpp::scp::Request Struct Reference

#include <scp.hpp>

Public Attributes

RequestType type = RequestType::eof
 
std::string name
 
std::uint64_t size = 0
 
std::filesystem::perms permissions {}
 
std::string warning
 

Member Data Documentation

◆ type

RequestType sshpp::scp::Request::type = RequestType::eof

◆ name

std::string sshpp::scp::Request::name

◆ size

std::uint64_t sshpp::scp::Request::size = 0

◆ permissions

std::filesystem::perms sshpp::scp::Request::permissions {}

◆ warning

std::string sshpp::scp::Request::warning

The documentation for this struct was generated from the following file: