### Steps to reproduce 1. Zip a file on Linux using Info-Zip 2. Unzip using the library 3. Try to retrieve the file permissions `int unixFilePermission = zipEntry.ExternalFileAttributes; ` ### Expected behavior unixFilePermission returns the right int value ### Actual behavior ExternalFileAttributes returns -1 for all extracted files (zip entry) ### Version of SharpZipLib 1.3.3 ### Obtained from (only keep the relevant lines) - Package installed using NuGet