This is the complete list of members for sf::Ftp, including all inherited members.
Ascii enum value | sf::Ftp | |
Binary enum value | sf::Ftp | |
changeDirectory(const std::string &directory) | sf::Ftp | |
connect(const IpAddress &server, unsigned short port=21, Time timeout=Time::Zero) | sf::Ftp | |
createDirectory(const std::string &name) | sf::Ftp | |
DataChannel (defined in sf::Ftp) | sf::Ftp | friend |
deleteDirectory(const std::string &name) | sf::Ftp | |
deleteFile(const std::string &name) | sf::Ftp | |
disconnect() | sf::Ftp | |
download(const std::string &remoteFile, const std::string &localPath, TransferMode mode=Binary) | sf::Ftp | |
Ebcdic enum value | sf::Ftp | |
getDirectoryListing(const std::string &directory="") | sf::Ftp | |
getWorkingDirectory() | sf::Ftp | |
keepAlive() | sf::Ftp | |
login() | sf::Ftp | |
login(const std::string &name, const std::string &password) | sf::Ftp | |
NonCopyable() | sf::NonCopyable | inlineprivate |
parentDirectory() | sf::Ftp | |
renameFile(const std::string &file, const std::string &newName) | sf::Ftp | |
sendCommand(const std::string &command, const std::string ¶meter="") | sf::Ftp | |
TransferMode enum name | sf::Ftp | |
upload(const std::string &localFile, const std::string &remotePath, TransferMode mode=Binary) | sf::Ftp | |
~Ftp() | sf::Ftp |