markfasheh / duperemove

Tools for deduping file systems
GNU General Public License v2.0
816 stars 81 forks source link

ZIP download is in what format? #120

Closed cmurf closed 8 years ago

cmurf commented 8 years ago

[chris@localhost Applications]$ unzip master.zip Archive: master.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of master.zip or master.zip.zip, and cannot find master.zip.ZIP, period.

I don't remember having this problem in December, but unzip, gunzip, bunzip2 will not extract this archive so I'm not sure what it is.

cmurf commented 8 years ago

Oh I see what the problem is, the file contains an http redirect which didn't work because I failed to use curl -L. Amateur hour!