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

Can't download from FTP with authorization

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.8.0
    • Network: FTP
    • 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.

      Attachments

        1. main.cpp
          1 kB
          Alexander Dyagilev
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

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

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes