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

QNetworkAccessManager FTP could support resuming with REST command

XMLWordPrintable

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

      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
      

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

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

              Created:
              Updated:

                There are no open Gerrit changes