| > Is there any way to continue an interrupted download
> where the program doesn't re-download files that
> it's already obtained?It's supposed to work like this:
action=continue, assume what you have is good, download remaining
action=update, ask server if what you have is still good, download remaining
action=download, download all
3.43 has a problem with cancel/continue the hts-cache/new.* files have much
less then the old.* but old gets deleted and it basically does a download
all.
method 1) don't cancel/continue just options -> pause
method 2) if size(new)<size(old) delete the new's, rename old's to new, set
action=update. I have not been very successful with this.
| |