Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
This is the complete list of members for sf::Ftp, including all inherited members.
changeDirectory(const std::string &directory) | sf::Ftp | |
connect(IpAddress server, unsigned short port=21, Time timeout=Time::Zero) | sf::Ftp | |
createDirectory(const std::string &name) | sf::Ftp | |
DataChannel class | sf::Ftp | friend |
deleteDirectory(const std::string &name) | sf::Ftp | |
deleteFile(const std::filesystem::path &name) | sf::Ftp | |
disconnect() | sf::Ftp | |
download(const std::filesystem::path &remoteFile, const std::filesystem::path &localPath, TransferMode mode=TransferMode::Binary) | sf::Ftp | |
Ftp()=default | sf::Ftp | |
Ftp(const Ftp &)=delete | 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 | |
operator=(const Ftp &)=delete | sf::Ftp | |
parentDirectory() | sf::Ftp | |
renameFile(const std::filesystem::path &file, const std::filesystem::path &newName) | sf::Ftp | |
sendCommand(const std::string &command, const std::string ¶meter="") | sf::Ftp | |
TransferMode enum name | sf::Ftp | |
upload(const std::filesystem::path &localFile, const std::filesystem::path &remotePath, TransferMode mode=TransferMode::Binary, bool append=false) | sf::Ftp | |
~Ftp() | sf::Ftp |