libsshpp v0.1.7
Modern C++17 wrapper for libssh
Loading...
Searching...
No Matches
sshpp::server::SftpSubsystemHandler::Options Struct Reference

#include <sftp_subsystem.hpp>

Public Attributes

std::filesystem::path root
 
bool read_only = false
 
bool follow_symlinks_out_of_root = false
 
std::uint64_t max_file_size = 0
 

Member Data Documentation

◆ root

std::filesystem::path sshpp::server::SftpSubsystemHandler::Options::root

◆ read_only

bool sshpp::server::SftpSubsystemHandler::Options::read_only = false

◆ follow_symlinks_out_of_root

bool sshpp::server::SftpSubsystemHandler::Options::follow_symlinks_out_of_root = false

◆ max_file_size

std::uint64_t sshpp::server::SftpSubsystemHandler::Options::max_file_size = 0

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