Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-58470

Can't download from FTP with authorization

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 5.8.0
    • Network: FTP
    • None
    • Windows 10, Visual C++ 2015.

      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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            cnn Qt Core & Network
            alervd Alexander Dyagilev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes