We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.6.0 (4077), macOS 14.4.1
Downloaded directly from the website
Permissions restoration of directories extracted from .zip archive to drwxr-xr-x.
drwxr-xr-x
Extracted directories have d--------- permissions.
d---------
Create .zip archive without directory entries from command line.
mkdir temp echo temp > temp/temp.txt zip -rD temp.zip temp # notice -D option: do not add directory entries
Upon extraction of temp.zip, e.g., by copying from one pane with the archive opened to another pane, permissions of temp directory are cleared.
temp.zip
temp
... d--------- 3 user staff 102 May 10 10:10 temp ...
Files and directories inside directory without an entry are extracted correctly, permissions are cleared though.
No response
The text was updated successfully, but these errors were encountered:
Thank you for the detailed bug report, I'll try to fix it ASAP.
Sorry, something went wrong.
Fixed #274
fce3ae8
264a884
No branches or pull requests
Confirmation
Version of Nimble Commander
v1.6.0 (4077), macOS 14.4.1
Distribution Type
Downloaded directly from the website
Expected Result
Permissions restoration of directories extracted from .zip archive to
drwxr-xr-x
.Actual Result
Extracted directories have
d---------
permissions.Steps to reproduce
Create .zip archive without directory entries from command line.
Upon extraction of
temp.zip
, e.g., by copying from one pane with the archive opened to another pane, permissions oftemp
directory are cleared.Files and directories inside directory without an entry are extracted correctly, permissions are cleared though.
Additional Information
No response
The text was updated successfully, but these errors were encountered: