[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Warn that --compression=gzip is not enforced
From: |
Tim Rühsen |
Subject: |
Re: Warn that --compression=gzip is not enforced |
Date: |
Sun, 1 Aug 2021 12:48:10 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 |
On 31.07.21 13:39, 積丹尼 Dan Jacobson wrote:
"TR" == Tim Rühsen <tim.ruehsen@gmx.de> writes:
TR> If you know that the server sends uncompressed content, you can
TR> compress it yourself on-the-fly to avoid excessive disk space usage.
TR> At least it works for single files:
TR> wget -O- <URL> | gzip > radio.csv.gz
That's nice but like https://github.com/curl/curl/issues/7516# I am
interested in wget adding a new option, providing users a guaranteed way
to prevent network usage charges caused by no way to tell wget "only
agree to download if the server agrees to compress."
I opened an issue for wget2 for discussion. I agree with the curl
maintainers PoV that this is a corner case and that implementing it may
come with a large code complexity.
https://gitlab.com/gnuwget/wget2/-/issues/556
Regards, Tim
OpenPGP_signature
Description: OpenPGP digital signature
- Re: Warn that --compression=gzip is not enforced,
Tim Rühsen <=