in reply to Resume downloads
- Find out how much has already been downloaded
- Create an HTTP Request (e.g. HTTP::Request from the LWP Bundle)
- Set an additional header for the offset (Content-Range as specified in RFC 2616). HTTP::Headers from the LWP Bundle can do that.
- Send the request and append the answer to the file.
|
---|