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.
However, for new applications, it is recommended to use QNetworkAccessManager and QNetworkReply, as those classes possess a simpler, yet more powerful API.
How can I have folders content (like list() function in QFtp) with QNetworkAccessManager / QNetworkRequest ?

I didn't find anything...

Thanks