Hi all,
I use wget, I think such features will be useful.Are there objections
against the below, or something is already implemented and I did not find?
1) Maximal size of downloaded file (not all the batch) : do not download
if value in header present and stop and delete otherwise if it is too
big. I implemented it in my internal version. This prevents downloading
huge files when downloading from list and the process is not controlled
manually.
2) Rename output to file001...bin if the URL produces junk name (now
unable to download).Additional option - for any non-7bit chars.
3) -N should work with - O ,also for bad output names without -O.
Regards,Taras.