How to control the filename to show with wget in progress bar?

2020-01-25 Thread Peng Yu
Hi, wget shows the name same (in this case tmp.ItHx8WTPu7) as the option -O gives in the progress bar. $ wget -q --show-progress -O tmp.ItHx8WTPu7 -- https://httpbin.org/get tmp.ItHx8WTPu7 100%[>] 306 --.-KB/sin 0s I'd like to set it to something diffe

[bug #48232] Sometimes wget restarts download from the beginning, even if the server supports resumed downloads

2020-01-25 Thread Tim Ruehsen
Update of bug #48232 (project wget): Status:None => Fixed Open/Closed:Open => Closed Release:1.18 => trunk Fixed Release:

Re: running "latest" version of wget2 gives a core file.

2020-01-25 Thread Tim Rühsen
On 20.01.20 02:08, George R Goffe via Primary discussion list for GNU Wget wrote: > Hi, > I am running wget2 recursively with -E -H -k -K -p -r -l 999 -p > --referer= Here is the trace from this core file: > #0  0x7fb8fc5f04e5 in raise () from /usr/lib64/libc.so.6 > #1  0x7fb8fc5d9899 in

What does status bar show when --compression=auto is enabled?

2020-01-25 Thread Peng Yu
Hi, When --compression=auto is enabled, is the size shown in the status bar the raw file size or the compressed file size? Thanks. -- Regards, Peng

Re: How to control the filename to show with wget in progress bar?

2020-01-25 Thread Tim Rühsen
Sorry, this is currently not possible. Regards, Tim On 25.01.20 15:32, Peng Yu wrote: > Hi, > > wget shows the name same (in this case tmp.ItHx8WTPu7) as the option > -O gives in the progress bar. > > $ wget -q --show-progress -O tmp.ItHx8WTPu7 -- https://httpbin.org/get > tmp.ItHx8WTPu7

Re: What does status bar show when --compression=auto is enabled?

2020-01-25 Thread Tim Rühsen
On 25.01.20 19:09, Peng Yu wrote: > Hi, > > When --compression=auto is enabled, is the size shown in the status > bar the raw file size or the compressed file size? Thanks. > As you can easily test with a compressing web server (gzip here): ... index.html 100%[===

Re: What does status bar show when --compression=auto is enabled?

2020-01-25 Thread Peng Yu
I don't know which URL is compressed. For example, I don't find which one on http://httpbin.org is compressed. Do you know which one is good for testing purpose? Thanks. On 1/25/20, Tim Rühsen wrote: > On 25.01.20 19:09, Peng Yu wrote: >> Hi, >> >> When --compression=auto is enabled, is the size

Re: What does status bar show when --compression=auto is enabled?

2020-01-25 Thread Tim Rühsen
I used wget --compression=auto --progress=bar www.heise.de Regards, Tim On 25.01.20 19:22, Peng Yu wrote: > I don't know which URL is compressed. For example, I don't find which > one on http://httpbin.org is compressed. > > Do you know which one is good for testing purpose? Thanks. > > On 1/