Unzip thinks my zip file is a zip bomb

admin

I've been struggling with this for a couple days ví I'm hoping someone on SE can help mạ.

I've downloaded a large tệp tin from Dropbox using wget (following command)

wget -O thư mục.zip https://www.dropbox.com/sh/.../.../dropboxfolder?dl=1

I'm sure it's a zip because 1), file dropboxfolder.zip yields dropboxfolder.zip: Zip archive data, at least v2.0 lớn extract, and 2) the tải về and extraction works find on my Windows machine.

When I try lớn unzip lớn the current directory using unzip dropboxfolder.zip, on Linux, I get the following output:

warning:  stripped absolute path spec from /  
mapname:  conversion of  failed     
creating: subdir1/
creatingL subdir2/
extracting: subdir1/file1.tif 
error: invalid zip file with overlapped components (possible zip bomb)

I'm unsure what the issue is, since as I said it works fine on Windows. Since the zip is rather large (~19GB) I would lượt thích lớn avoid transferring it bit by bit, ví I would be very thankful for any help. I've lập cập unzip -t but it gives the same error. When listing all the elements in the archive it shows everything as it should be. Could it be an issue with the tệp tin being a tif file?