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, float timeout=0.f) | 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 &distantFile, const std::string &destPath, 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 | |
MakeDirectory(const std::string &name) | 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 &destPath, TransferMode mode=Binary) | sf::Ftp | |
~Ftp() | sf::Ftp |