cppfs  1.2.0.5b71c2c98fb9
Cross-platform C++ file system library supporting multiple backends (Local-FS, SSH)
cppfs::SshFileSystem Member List

This is the complete list of members for cppfs::SshFileSystem, including all inherited members.

AbstractFileSystem()cppfs::AbstractFileSystem
checkError()cppfs::SshFileSystemprotected
connect()cppfs::SshFileSystemprotected
disconnect()cppfs::SshFileSystemprotected
initSftp()cppfs::SshFileSystemprotected
m_hostcppfs::SshFileSystemprotected
m_passwordcppfs::SshFileSystemprotected
m_portcppfs::SshFileSystemprotected
m_privateKeycppfs::SshFileSystemprotected
m_publicKeycppfs::SshFileSystemprotected
m_sessioncppfs::SshFileSystemprotected
m_sftpSessioncppfs::SshFileSystemprotected
m_socketcppfs::SshFileSystemprotected
m_usernamecppfs::SshFileSystemprotected
open(const std::string &path) overridecppfs::SshFileSystemvirtual
open(std::string &&path) overridecppfs::SshFileSystemvirtual
SshFileHandle classcppfs::SshFileSystemfriend
SshFileIterator classcppfs::SshFileSystemfriend
SshFileSystem(const std::string &host, int port, const std::string &username, const std::string &password, const std::string &publicKey, const std::string &privateKey)cppfs::SshFileSystem
SshFileSystem(std::string &&host, int port, std::string &&username, std::string &&password, std::string &&publicKey, std::string &&privateKey)cppfs::SshFileSystem
SshInputStreamBuffer classcppfs::SshFileSystemfriend
SshOutputStreamBuffer classcppfs::SshFileSystemfriend
~AbstractFileSystem()cppfs::AbstractFileSystemvirtual
~SshFileSystem()cppfs::SshFileSystemvirtual