bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] Some URLs are saved as gzip-compressed data


From: mark_k
Subject: [Bug-wget] Some URLs are saved as gzip-compressed data
Date: Fri, 8 Mar 2019 21:31:32 +0100

I'm testing wget 1.20.1 on Lubuntu 16.04 x86-64.

I noticed an issue when trying to download a certain URL which is
a .zip archive. The file created by wget is gzip-compressed. But
downloading using e.g. Firefox the URL is saved as a .zip file.

Example:

$ wget 
https://assets.crucial.com/wcsstore/CrucialSAS/firmware/mx100/MU03/MX100_MU03_Update.zip
--2019-03-08 20:24:31--  
https://assets.crucial.com/wcsstore/CrucialSAS/firmware/mx100/MU03/MX100_MU03_Update.zip
Resolving assets.crucial.com... 68.232.35.24
Connecting to assets.crucial.com|68.232.35.24|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12408650 (12M) [application/zip]
Saving to: ‘MX100_MU03_Update.zip’

MX100_MU03_Update.zip                  
100%[==========================================================================>]
  11.83M   738KB/s    in 18s     

2019-03-08 20:24:49 (680 KB/s) - ‘MX100_MU03_Update.zip’ saved 
[12408650/12408650]

$ file MX100_MU03_Update.zip 
MX100_MU03_Update.zip: gzip compressed data, from Unix


Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]