Ticket #4241 (new defect)

Opened 3 years ago

Last modified 17 months ago

MC can't work with a zip file

Reported by: birdie Owned by:
Priority: trivial Milestone: Future Releases
Component: mc-vfs Version: master
Keywords: Cc:
Blocked By: Blocking:
Branch state: no branch Votes for changeset:

Description

  1. The single file inside this zip file is identified as a directory.
  2. You cannot extract, rename or delete it.

Attachments

1.zip (3.3 KB) - added by birdie 3 years ago.

Change History

Changed 3 years ago by birdie

comment:1 Changed 3 years ago by birdie

To be honest unzip struggles with this file, but 7z works beautifully with it.

comment:2 Changed 17 months ago by cieply

This zip file is corrupted and has nothing to do with mc. Just checked with unzip and 7z and bot have a problem with it, and 7z more. Unzip can at least decompress it to stdout, 7z can't.

comment:3 Changed 17 months ago by birdie

unzip -l 1.zip; echo $?
Archive:  1.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
     3223  01-01-2017 04:46   
---------                     -------
     3223                     1 file
0

The archive is valid, it's just a single file inside which has a weird name.

Note: See TracTickets for help on using tickets.