Greetings. On Wed, 07 Jan 2015 21:29:39 +0100 Ben Woolley <tauto...@gmail.com> wrote: > The config.def.h file has a define for DOWNLOAD that just opens up curl, > and surf.c calls DOWNLOAD without any prompting.
Theses patches have been discussed on IRC. The optimal solution has been to make the default DOWNLOAD macro to ask for a string. If the string is empty, pass ‐O to curl, if it’s non‐empty add ‐‐create‐dirs and ‐o $string to curl. Any comments on this? Sincerely, Christoph Lohmann