|
libsshpp v0.1.7
Modern C++17 wrapper for libssh
|
This is the complete list of members for sshpp::sftp::Sftp, including all inherited members.
| native_handle() const noexcept | sshpp::sftp::Sftp | inline |
| operator bool() const noexcept | sshpp::sftp::Sftp | inlineexplicit |
| operator=(Sftp &&) noexcept | sshpp::sftp::Sftp | |
| protocol_version() const noexcept | sshpp::sftp::Sftp | |
| Sftp()=default | sshpp::sftp::Sftp | |
| Sftp(Session &session) | sshpp::sftp::Sftp | explicit |
| Sftp(Sftp &&) noexcept | sshpp::sftp::Sftp | |
| Sftp(const Sftp &)=delete | sshpp::sftp::Sftp | |
| try_canonicalize(const RemotePath &) const | sshpp::sftp::Sftp | |
| try_chmod(const RemotePath &, std::filesystem::perms) | sshpp::sftp::Sftp | |
| try_chown(const RemotePath &, std::uint32_t uid, std::uint32_t gid) | sshpp::sftp::Sftp | |
| try_exists(const RemotePath &) const | sshpp::sftp::Sftp | |
| try_init() | sshpp::sftp::Sftp | |
| try_limits() const | sshpp::sftp::Sftp | |
| try_list(const RemotePath &) const | sshpp::sftp::Sftp | |
| try_lstat(const RemotePath &) const | sshpp::sftp::Sftp | |
| try_mkdir(const RemotePath &, std::filesystem::perms=std::filesystem::perms::owner_all) | sshpp::sftp::Sftp | |
| try_mkdir_p(const RemotePath &, std::filesystem::perms=std::filesystem::perms::owner_all) | sshpp::sftp::Sftp | |
| try_open(const RemotePath &, OpenMode, std::filesystem::perms create_perms=std::filesystem::perms::owner_read|std::filesystem::perms::owner_write) | sshpp::sftp::Sftp | |
| try_open_directory(const RemotePath &) const | sshpp::sftp::Sftp | |
| try_readlink(const RemotePath &) const | sshpp::sftp::Sftp | |
| try_remove(const RemotePath &) | sshpp::sftp::Sftp | |
| try_rename(const RemotePath &from, const RemotePath &to) | sshpp::sftp::Sftp | |
| try_rmdir(const RemotePath &) | sshpp::sftp::Sftp | |
| try_stat(const RemotePath &) const | sshpp::sftp::Sftp | |
| try_symlink(const RemotePath &target, const RemotePath &link) | sshpp::sftp::Sftp | |
| ~Sftp() | sshpp::sftp::Sftp |