Informaton about Qt 5 with FTP
Solved
General and Desktop
-
Hi! I want to use some advanced
Ftp
features, for example, list all dirs/files and transfer all files to a local directory. SinceQFtp
is deprecated, so what should I use? Thanks in advance. -
There is a recommendation in the API changes document
The QFtp and QUrlInfo classes are no longer exported. Use QNetworkAccessManager instead. Programs that require raw FTP or HTTP streams can use the Qt FTP and Qt HTTP compatibility add-on modules that provide the QFtp and QHttp classes as they existed in Qt 4.
And there is also QtFtp .