>>>>> "TR" == Tim Rühsen <[email protected]> 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."
