| 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, Uint32 timeout=0) | 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 | [inline, private] |
| ParentDirectory() | sf::Ftp | |
| RenameFile(const std::string &file, const std::string &newName) | sf::Ftp | |
| TransferMode enum name | sf::Ftp | |
| Upload(const std::string &localFile, const std::string &remotePath, TransferMode mode=Binary) | sf::Ftp | |
| ~Ftp() | sf::Ftp |