Looking at the DownloadManager program example I see that I need a QNetworkAccessManager to manage the download and QNetworkRequest to fill out what I want, but here is where I get confused. Should I put the folder URL as my request? And if so, then how would the QNetworkReply be formated and/or how can I extract the list of files?
Thank you.
↧