3

I would like to implement pause & resume functionality for downloading a file both for Server & Client. My Questions are:

What Protocol do I need to implement at server site (It will be .NET) ? Is there any example, tutorial, library anything that can be helpful to implement this functionality at the client site (It will be in C++) ?

Thanks, Yuvi

4

1 回答 1

0

I created a simple download manager using Qt C++, here is code. Idea is to set "range" http header at client side.

In server side, you need to seek file at particular position as specified in "range" header.

于 2012-02-16T05:23:40.130 回答