You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apache commons-compress allow access to the file permissions, create time and the last access time for unencrypted zip files as seen in their Javadocs for methods getUnixMode, getCreationTime and method getLastAccessTime.
If it is possible to obtain these for encrypted zip files in zip4j, can you please create getXXX methods to retrieve them? Specifically in the src/main/java/net/lingala/zip4j/model/LocalFileHeader.java class. I have seen in #231 how you added the ability to capture the file permissions when writing a zip. If they are preserved in the zip file couldn't they be retrieved when reading a zip file?
This may or may not be related to issue #460 in regards to file permissions.
Thank you!
The text was updated successfully, but these errors were encountered:
dan-s1
changed the title
Enable access to file permissions and last access time for encrypted zip files
Enable access to file permissions, creation time and last access time for encrypted zip files
Aug 16, 2024
Apache commons-compress allow access to the file permissions, create time and the last access time for unencrypted zip files as seen in their Javadocs for methods getUnixMode, getCreationTime and method getLastAccessTime.
If it is possible to obtain these for encrypted zip files in zip4j, can you please create
getXXX
methods to retrieve them? Specifically in thesrc/main/java/net/lingala/zip4j/model/LocalFileHeader.java
class. I have seen in #231 how you added the ability to capture the file permissions when writing a zip. If they are preserved in the zip file couldn't they be retrieved when reading a zip file?This may or may not be related to issue #460 in regards to file permissions.
Thank you!
The text was updated successfully, but these errors were encountered: