I am writing a simple FTP client in Qt. I am using Qt 5.0.
I have written a code to download and upload files using
You still need to use QFtp if you need to list the content of a remote directory, because QNetworkAccessManager doesn't handle that part yet.
QFtp has been moved as a standalone module, that you can download or checkout from the gitorious repository: https://qt.gitorious.org/qt/qtftp (click on "Source tree" then "Download master..." to download).