概述

问题:

Linux中使用 unzip命令解压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 ecshop.zip or
        ecshop.zip.zip, and cannot find ecshop.zip.ZIP, period.

截图如下:差点给jar背锅了文件大小如下。

原因:

在windwdosLinux中下载的文件不完整文件传输过程中出现问题。

解决:

  • 在浏览器中点击下载链接,直接下载到本地(文件一般没得问题);
  • 使用 Xftp7 或者 scp命令 将文件上传至服务器,切莫使用secure CRT上传血的教训,给人整不会了;
  • 此时在服务器端使用 unzip命令解压文件 则没有问题。

总结:

有时候问题的出现可能不是unzip不能用,而是文件本身的问题,好了,我又帮你解决了一个坑,太难了呀!差点让unzip背锅了。

Logo

技术共进,成长同行——讯飞AI开发者社区

更多推荐