Downloading a file without QNetworkAccessManager
-
Greetings.
I have a problems with QNetworkAccessManager (on several machines). I described a problem "in this post":https://qt-project.org/forums/viewthread/52405/. Since I have no reply and I couldn't find anything in google I'll try to ask a different way - is there any classes for downloading in Qt 5+ besides QNetworkAccessManager? Can you advise any good third-party library?
-
Hi,
Based on the content of the report it could very well be a Windows problem rather than Qt. Anyway, in between you could try using "libcurl":http://curl.haxx.se/libcurl/
Hope it helps
-
Thank you, it helped. Will try.