Unzip skipping all files when extracting archive

Osama

I zipped the public folder inside a shared hosting file system, using the command:

zip -r file.zip ../public

and it created a file.zip in the private directory.

I then downloaded the file.zip and using FTP copied it into another site using the same file structure and tried to unzip it.

The unzipping won't work, it gives a message skipping insecure entry for every file.

What is the cause of this and how do I successfully unzip the files?

psusi

The only option in the man page I see that might allow this is -^. You should have created the zip with zip -r private/file.zip public from the parent directory directory, instead of from the private directory.

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

How to unzip all files in sub-directories?

分類Dev

Automation Extracting Many Passworded Archive

分類Dev

Unzip only updated files

分類Dev

Unzip files in alphabetical order

分類Dev

Unzip archive with single file and rename output to match archive name

分類Dev

How to unzip files into the current directory?

分類Dev

rsync: Why doesn't --archive imply --recursive when --files-from=FILE is used?

分類Dev

Extracting (or copying) files to a compressed NTFS folder makes Windows report the disk is full when it's not

分類Dev

How to create a self-extracting archive that works on DOS?

分類Dev

gradle: Skipping task ':compileJava' as it has no source files

分類Dev

Archive all chats in Google Hangouts

分類Dev

Cannot open large concatenated zip file with unzip, though it opened fine with Archive Utility, get a central directory error

分類Dev

Expand-Archive without Importing and Exporting files

分類Dev

Error While Extracting files - "Error setting owner"

分類Dev

how to download and unzip efficiently large files from a http link?

分類Dev

Unzip list of files from bash associative array keys

分類Dev

Changing the formula of cell in all the sheets of the archive

分類Dev

All files/folders were gone when I runned this command in Git

分類Dev

the program is skipping generating a two all togher and just doing a three

分類Dev

Archive::Tar module backs up files and folders, but not files in folders

分類Dev

Invalid Zip Archive when zipping a pdf document

分類Dev

preserve format when extracting from list in R

分類Dev

Nix: Skipping unit tests when installing a Haskell package

分類Dev

Reading CSV files from zip archive with python-3.x

分類Dev

How do I compress multiple files into one archive using lzma?

分類Dev

use powershell to copy files and folders to archive folder older 30 minutes

分類Dev

Can we add files to a zip archive with modified file names

分類Dev

Downloading GitHub Archive files using wget: has {} for iteration

分類Dev

Extract tar to a directory, removing any files it contains NOT present in the archive

Related 関連記事

  1. 1

    How to unzip all files in sub-directories?

  2. 2

    Automation Extracting Many Passworded Archive

  3. 3

    Unzip only updated files

  4. 4

    Unzip files in alphabetical order

  5. 5

    Unzip archive with single file and rename output to match archive name

  6. 6

    How to unzip files into the current directory?

  7. 7

    rsync: Why doesn't --archive imply --recursive when --files-from=FILE is used?

  8. 8

    Extracting (or copying) files to a compressed NTFS folder makes Windows report the disk is full when it's not

  9. 9

    How to create a self-extracting archive that works on DOS?

  10. 10

    gradle: Skipping task ':compileJava' as it has no source files

  11. 11

    Archive all chats in Google Hangouts

  12. 12

    Cannot open large concatenated zip file with unzip, though it opened fine with Archive Utility, get a central directory error

  13. 13

    Expand-Archive without Importing and Exporting files

  14. 14

    Error While Extracting files - "Error setting owner"

  15. 15

    how to download and unzip efficiently large files from a http link?

  16. 16

    Unzip list of files from bash associative array keys

  17. 17

    Changing the formula of cell in all the sheets of the archive

  18. 18

    All files/folders were gone when I runned this command in Git

  19. 19

    the program is skipping generating a two all togher and just doing a three

  20. 20

    Archive::Tar module backs up files and folders, but not files in folders

  21. 21

    Invalid Zip Archive when zipping a pdf document

  22. 22

    preserve format when extracting from list in R

  23. 23

    Nix: Skipping unit tests when installing a Haskell package

  24. 24

    Reading CSV files from zip archive with python-3.x

  25. 25

    How do I compress multiple files into one archive using lzma?

  26. 26

    use powershell to copy files and folders to archive folder older 30 minutes

  27. 27

    Can we add files to a zip archive with modified file names

  28. 28

    Downloading GitHub Archive files using wget: has {} for iteration

  29. 29

    Extract tar to a directory, removing any files it contains NOT present in the archive

ホットタグ

アーカイブ