Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.8.0
-
None
-
Windows 10, Visual C++ 2015.
Description
I process QNetworkAccessManager::authenticationRequired to specify user name and password. But the file can't be downloaded.
I used Wireshark to inspect the traffic. All I saw was:
220 (vsFTPd 3.0.2)
USER anonymous
530 Permission denied.
Qt does not even try to send the specified user name and password.
Minimal reproduce example is attached.