Okay I test with this code:
sf::Ftp FTP;
sf::Ftp::Response ConnectResponse = FTP.Connect("ftp://ftp.lima-city.de");
sf::Ftp::Response LoginResponse = FTP.Login("amd", "xxx");
ConnectResponse.GetStatus() = 1001
LoginResponse.GetStatus() = 1002
If I use GetMessage, then I can't compile the project.
LoginResponse.GetMessage() = 'GetMessageW': Is not an element of 'sf::Ftp::Response'