
나는 윈도우에서 리눅스 박스로 이동하는 과정에 있습니다. Windows 상자에 있는 이미지 폴더를 압축하고 Linux 상자에 ftpd로 보냈습니다. unzip
파일을 얻으 려고 하면 다음과 같은 결과가 나타납니다.
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.
파일이 너무 크면 어떻게 압축을 풀 수 있나요?
답변1
7z와 같은 다른 형식을 사용하시겠습니까? 아니면 p7zip으로 압축을 풀어보세요.