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

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

env(std::string_view name, std::string_view value)sshpp::Exec
Exec(Session &session)sshpp::Execinlineexplicit
max_output(std::size_t bytes)sshpp::Execinline
merge_stderr(bool v=true)sshpp::Execinline
pty(bool enable=true, std::string_view term="xterm-256color", PtySize size={})sshpp::Exec
run(std::string_view command)sshpp::Exec
sink(OutputSink s)sshpp::Execinline
stdin_data(std::string data)sshpp::Exec
timeout(std::chrono::milliseconds t)sshpp::Execinline
try_run(std::string_view command)sshpp::Exec
try_run(const std::vector< std::string > &argv)sshpp::Exec