Rolf Leggewie wrote:

> is it possible to resume downloads with wget -c when wget is set up to 
> use WWWOFFLE as a proxy?  I assume not since WWWOFFLE will probably not 
> keep the incomplete file.  A quick test failed but I thought I'd ask in 
> case it can be done with some tweaking.

Have a look at <http://localhost:8080/control/edit/#OnlineOptions>,
there's a whole bunch of options regarding partial downloads:

# [<URL-SPEC>] intr-download-keep = yes | no
#         If the client closes the connection while online the currently
#         downloaded incomplete page should be kept (default=no).
#
# [<URL-SPEC>] intr-download-size = (integer)
#         If the client closes the connection while online the page should
#         continue to download if it is smaller than this size in kB
#         (default=1).
#
# [<URL-SPEC>] intr-download-percent = (integer)
#         If the client closes the connection while online the page should
#         continue to download if it is more than this percentage complete
#         (default=80).
#
# [<URL-SPEC>] timeout-download-keep = yes | no
#         If the server connection times out while reading then the currently
#         downloaded incomplete page should be kept (default=no).
#

Regards...
                Michael

Reply via email to