Я создал многофайловый zip-архив некоторых файлов, используя 7zip в Windows, чтобы упростить загрузку на мой сервер. Теперь я хочу разархивировать этот архив на сервере, но я получаю эту ошибку:
[user@host ~/uploads/Android_SS_VM]$ unzip Android_SS.zip.001
Archive:  Android_SS.zip.001
  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 Android_SS.zip.001 or
        Android_SS.zip.001.zip, and cannot find Android_SS.zip.001.ZIP, period.
Как я могу извлечь этот архив во FreeBSD?
