qt-interest@trolltech.com
[Top] [All Lists]

Re: Resuming HTTP Transfers??

Subject: Re: Resuming HTTP Transfers??
From: Dimitri
Date: Fri, 14 Jan 2005 21:16:53 +0100
Hi,

I made use of the QHTTP and other classes and made a small HTTp client.
But adding the resume support seems to be quite far.. When I searched
for C++ extension API classes that could support my cause.. I just
found .Net Framework.
Now Iam using QT on linux.(FC 3). Any body who can help me??

QHttp doesn't seem to support ranges, but you should be able to craft your own QHttpRequestHeader request headers:
        http://doc.trolltech.com/3.3/qhttprequestheader.html
        http://www.vbip.com/winsock/winsock_http_08_01.asp

--
Dimitri

--
List archive and information: http://lists.trolltech.com/qt-interest/

<Prev in Thread] Current Thread [Next in Thread>