This is more related to the FTP protocol than to SFML. And Google has plenty of answers to this question, I quickly checked the 3 first links and they were all relevant.
Regarding SFML, don't forget that you can use any non-implemented FTP command with the sf::Ftp::sendCommand function. Therefore, SFML should not block you if you find a way to do what you want in the FTP protocol.