|
libsshpp v0.1.7
Modern C++17 wrapper for libssh
|
#include <sshpp/export.hpp>#include <chrono>#include <cstdint>#include <filesystem>#include <optional>#include <string>#include <utility>Go to the source code of this file.
Classes | |
| struct | sshpp::sftp::Attributes |
| Value-type copy of libssh's sftp_attributes. See docs/design/06 ยง6.1. More... | |
| struct | sshpp::sftp::AttributeUpdate |
| Partial attributes for setstat: only engaged fields are transmitted. More... | |
Namespaces | |
| namespace | sshpp |
| namespace | sshpp::sftp |
Enumerations | |
| enum class | sshpp::sftp::FileType { sshpp::sftp::regular , sshpp::sftp::directory , sshpp::sftp::symlink , sshpp::sftp::special , sshpp::sftp::unknown , sshpp::sftp::socket , sshpp::sftp::char_device , sshpp::sftp::block_device , sshpp::sftp::fifo } |