Re: Wget: Adding a prefix to downloaded files?

2019-12-17 Thread Tim Rühsen
On 12/17/19 5:08 PM, Daniel Stenberg wrote: > On Tue, 17 Dec 2019, Tim Rühsen wrote: > >> wget has no parallel processing. Wget2 has. > > This phrasing could use some clarity. > > Does this mean that Wget2 is not Wget? Is 'Wget2' the name of a separate > tool/project? > > Or is Wget2 actually

Re: Wget: Adding a prefix to downloaded files?

2019-12-17 Thread Daniel Stenberg
On Tue, 17 Dec 2019, Tim Rühsen wrote: wget has no parallel processing. Wget2 has. This phrasing could use some clarity. Does this mean that Wget2 is not Wget? Is 'Wget2' the name of a separate tool/project? Or is Wget2 actually Wget version 2? Because if it is, then Wget has parallel

Re: Wget: Adding a prefix to downloaded files?

2019-12-17 Thread Tim Rühsen
ut on the efficiency of feeding Wget with > a plain input txt file. > And I can only repeat that such a feature could ad some power to Wget, as it > would avoid cumbersome workarounds. > > Thx again for all the feedback received, > > MK > > > > Van: "T

RE: Wget: Adding a prefix to downloaded files?

2019-12-17 Thread michel . kempeneers
feedback received, MK Van: "Tim Rühsen" Aan: "Michel Kempeneers" , "bug-wget" Verzonden: Vrijdag 13 december 2019 15:39:24 Onderwerp: Re: Wget: Adding a prefix to downloaded files? On 12/12/19 1:25 PM, michel.kempene...@telenet.be wrote: Hi, I run in

Re: Wget: Adding a prefix to downloaded files?

2019-12-13 Thread Tim Rühsen
On 12/12/19 1:25 PM, michel.kempene...@telenet.be wrote: > Hi, > > I run into a particular problem when I'm trying to download a bunch of URLs I > grouped together in file "input.txt" like this: > > wget -nv -a log.txt -P .\Images\ -i input.txt > > Some of these files are huge, hence take a

RE: Wget: Adding a prefix to downloaded files?

2019-12-12 Thread michel . kempeneers
Donderdag 12 december 2019 18:15:04 Onderwerp: Re: Wget: Adding a prefix to downloaded files? I'd look at why it's important you maintain the sort-order. Options would be to not require that. Or you could pre-sort the input folder so the output folder can be sorted with the same al

Re: Wget: Adding a prefix to downloaded files?

2019-12-12 Thread Richard Thomas
I'd look at why it's important you maintain the sort-order. Options would be to not require that. Or you could pre-sort the input folder so the output folder can be sorted with the same algorithm. Another option would be to generate the wget commands with your prefixes using something like

Wget: Adding a prefix to downloaded files?

2019-12-12 Thread michel . kempeneers
Hi, I run into a particular problem when I'm trying to download a bunch of URLs I grouped together in file "input.txt" like this: wget -nv -a log.txt -P .\Images\ -i input.txt Some of these files are huge, hence take a long time to download. As a consequence, they will not appear in the