The QFtp class, part of the Qt framework, provides an implementation of the client side of FTP protocol.
The QFtp class provides a direct interface to FTP that allows you to have more control over the requests. However, for new applications, it is recommended to use QNetworkAccessManager and QNetworkReply, as those classes possess a simpler, yet more powerful API.