FTP in Qt
Unsolved
General and Desktop
-
Hello!!
I found an example of FTP connection here:
https://doc.qt.io/archives/qt-4.8/qt-network-qftp-example.html
but, when I try to adapt this example to my needs, I am seeing that it uses the QUrlInfo class. I am using Qt 5.12 and this class doesn't exist. Is there any way to have this class? Has it been included elsewhere in newer versions of Qt (for example in QFileInfo)?
Thank you very much!
-
From a short look this is now all in QUrl and QFileInfo