|
Sorry, that I misunderstood you. And yes: It is the free link, and the web-server does not allow the following part of the HTTP-header:
"Range: bytes=xxxxx-"
And therefore, it does not allow resuming.
I've also written a PHP-version of that script, so theoretically you could use that to download the file by your webserver and store it on that, so can download it resumable from your webserver, but I think it's not worth all that: The files have a maximum size of 30MB!
|