22#include <sshpp/config.hpp>
25#include <sshpp/export.hpp>
47 std::filesystem::path
root;
48 bool read_only =
false;
49 bool follow_symlinks_out_of_root =
false;
50 std::uint64_t max_file_size = 0;
61 bool on_subsystem_request(
Channel&, std::string_view name)
override;
62 void on_close(
Channel&)
override;
66 mutable std::vector<std::thread> worker_threads_;
Definition channel.hpp:36
Per-channel request/data handling. See docs/design/08 §8.6.
Definition handlers.hpp:62
Definition sftp_subsystem.hpp:44
SftpSubsystemHandler(Options options)
Definition sftp_subsystem.hpp:53
Definition server_bind.ipp:15
Definition sftp_subsystem.hpp:46
std::filesystem::path root
Definition sftp_subsystem.hpp:47