Informaton about Qt 5 with FTP
-
Hi! I want to use some advanced
Ftpfeatures, for example, list all dirs/files and transfer all files to a local directory. SinceQFtpis deprecated, so what should I use? Thanks in advance. -
Hi! I want to use some advanced
Ftpfeatures, for example, list all dirs/files and transfer all files to a local directory. SinceQFtpis 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 .
-
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 .