-
Notifications
You must be signed in to change notification settings - Fork 37
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
ZIP Files without subdirectories do not copy correctly #24
Comments
As per 21faa05, this sets up a situation of a ZIP file with just 2 files, The result is that the specified directory is a file. Based on initial debugging, this occurs if the first entry in the ZIP is not a directory. Lines 51 to 56 in 21faa05
In the case the resulting Lines 84 to 96 in 21faa05
|
For branch https://github.com/viant/afs/tree/issue-24-zip-error Line 73 in ee44867
|
One of the crux issues is that the behavior for
|
Expected Behavior
ZIP Files are extracted and mapped to the local file system as per their file table for all cases of directory support.
Actual Behavior
ZIP Files that do not start with a directory in their file table result in the last file in the file table being copied as a file as specified by the destination directory.
The text was updated successfully, but these errors were encountered: