I am in the process of moving from a windows to a linux box. I zipped a folder of images on the windows box and ftpd it to the linux box. When I try to unzip the file I get:
error: Zip file too big (greater than 4294959102 bytes)
Archive: gallery.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.
note: gallery.zip may be a plain executable, not an archive
unzip: cannot find zipfile directory in one of gallery or
gallery.zip, and cannot find gallery.ZIP, period.
How can I unzip this file if it's too big?
