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

QNetworkAccessManager FTP could support resuming with REST command

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • None
    • Network: FTP
    • None

    Description

      The way this could be API-wise is having something like:

      QNetworkRequest request;
      request.setUrl("ftp://ftp.trolltech.com/bla");
      request.setRawHeader("Content-Range: 100-"); // use HTTP-style headers to enable resuming
      

      Attachments

        Issue Links

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

          Activity

            People

              Unassigned Unassigned
              mgoetz Markus Goetz (Inactive)
              Votes:
              4 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes