libsshpp v0.1.7
Modern C++17 wrapper for libssh
Loading...
Searching...
No Matches
sshpp::server::SftpSubsystemHandler Member List

This is the complete list of members for sshpp::server::SftpSubsystemHandler, including all inherited members.

on_close(Channel &) overridesshpp::server::SftpSubsystemHandlervirtual
on_data(Channel &, ByteView, Stream)sshpp::server::ChannelHandlervirtual
on_env_request(Channel &, std::string_view name, std::string_view value)sshpp::server::ChannelHandlervirtual
on_eof(Channel &)sshpp::server::ChannelHandlervirtual
on_exec_request(Channel &, std::string_view command)sshpp::server::ChannelHandlervirtual
on_pty_request(Channel &, std::string_view term, PtySize)sshpp::server::ChannelHandlervirtual
on_pty_resize(Channel &, PtySize)sshpp::server::ChannelHandlervirtual
on_shell_request(Channel &)sshpp::server::ChannelHandlervirtual
on_signal(Channel &, std::string_view signal_name)sshpp::server::ChannelHandlervirtual
on_subsystem_request(Channel &, std::string_view name) overridesshpp::server::SftpSubsystemHandlervirtual
on_writable(Channel &)sshpp::server::ChannelHandlervirtual
on_x11_request(Channel &, bool single_connection, std::string_view auth_protocol, std::string_view auth_cookie, std::uint32_t screen_number)sshpp::server::ChannelHandlervirtual
SftpSubsystemHandler(Options options)sshpp::server::SftpSubsystemHandlerinlineexplicit
try_serve(Channel &channel) constsshpp::server::SftpSubsystemHandler
~ChannelHandler()=defaultsshpp::server::ChannelHandlervirtual
~SftpSubsystemHandler() overridesshpp::server::SftpSubsystemHandler