QT6 QNetworkRequest and FTP
Unsolved
Qt 6
-
Yes
libcurl
would be the one to use, but that need more development, I have a custom FTP class for Qt5 series (which use QNetworkAccessManager). So erase and rewrite all with libcurl... is very not practical (and add delay in development process).Anyway, thank you for those informations and alternative solutions, I will consider
libcurl
.FWIW, I've opened a bug ticket at: https://bugreports.qt.io/browse/QTBUG-111597
-
Hello, I also miss FTP since I switched to Qt 6. I don't like the idea of using libcurl because the more dependencies is added to an application, the more potential problems + the harder is the maintenance. I really hope that Qt will but back FTP support.