-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
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
Extracting zip file containing symbolic links fails with exception in Windows due to insufficient permissions #278
Comments
I will add a feature to exclude symlinks. |
Great, thank you! I'm looking forward to it and would be happy to test or otherwise contribute. |
Feature is now implemented and I will include this in the next release. To skip extracting symlinks you can now set a flag in
|
Feature added in v2.7.0 which was released today. |
This works perfectly. Thanks a lot for your efforts! |
(Copied from Stack Overflow)
I'd like to be able to use a custom error handler in order to ignore errors like this or otherwise exclude symbolic links from being extracted. If more input is necessary, I'd be happy to help. Given some pointers, I'd also be happy to prepare a pull request to enable functionality like this.
The text was updated successfully, but these errors were encountered: