Zip file corrupted
Cannot unzip the downloaded data, tried from both mac and linux env
"error [scipostlayout.zip]: start of central directory not found;
zipfile corrupt.
(please check that you have transferred or created the zipfile in the
appropriate BINARY mode and that you have compiled UnZip properly)
"
Hello,
Thank you for your comment, and I apologize for the late reply.
I created the ZIP file on Windows, so please use the 7zip command to unzip it on Ubuntu as follows:
sudo apt update
sudo apt install p7zip-full
7z x scipostlayout.zip
Best regards,
Shohei Tanaka
@shohei-ta
Hello, thanks for the clarification! I wonder if you could provide a version that is created using tar -czvf
? I don't have sudo permission to install p7zip on the cluster server.
Hello, thank you for your comment. The current result of tar --version
is as follows, but the version may have been updated since I created the ZIP file.
bsdtar 3.7.7 - libarchive 3.7.7 zlib/1.2.5.f-ipp liblzma/5.4.3 bz2lib/1.0.8 libzstd/1.5.4