Hello, I've started a FTP browser in Qt.
In QFtp documention it's written that it's better to use QNetworkAccessManager instead of QFtp.
How can I have folders content (like list() function in QFtp) with QNetworkAccessManager / QNetworkRequest ?However, for new applications, it is recommended to use QNetworkAccessManager and QNetworkReply, as those classes possess a simpler, yet more powerful API.
I didn't find anything...
Thanks
Bookmarks