Modify ↓
#1217 closed Feature Request (Rejected)
InetGet resume ability
| Reported by: | downloadresumer | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
Is there any possibility to add the ability to resume a download with InetGet?
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
comment:2 by , 13 years ago
Why not just adding the possibility to modify the HTTP request headers to be able to set the "range" header to download partial data. This will enable us to resume broken downloads. In other words, making the INetXXX functions a bit more flexible.
Thanks for reading.
Note:
See TracTickets
for help on using tickets.

Resume is a bit too much. I can't really think of a very clean way to expose the functionality. My suggestion is automate a proper download manager or roll your own download function using WinInet.