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 Changed 15 years ago by Valik
- Resolution set to Rejected
- Status changed from new to closed
comment:2 Changed 12 years ago by matwachich
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.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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.