NetworkReply::downloadProgress - signal emitted once for ftp
General and Desktop
2
Posts
2
Posters
1.6k
Views
1
Watching
-
Hi I have replaced QFTP with QNetworkRequest/QNetworkReply. QFTP was able to provide me a signal for monitoring the progress of the download. I would like to monitor the download progress with QNetworkReply, but found that its signal downloadProgress ( qint64 bytesReceived, qint64 bytesTotal ) will only get emitted once when it is finished. I've also noted that it seems to take forever to start getting any bytes, so maybe the request is getting cached. Any suggestions on how to turn off the caching or to get upto date progress from a ftp download using QNetworkRequest ?
Thanks in advance for your help.
David