Skip to content
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

unzip dir.zip #20

Closed
Alex-query opened this issue Apr 24, 2023 · 5 comments
Closed

unzip dir.zip #20

Alex-query opened this issue Apr 24, 2023 · 5 comments

Comments

@Alex-query
Copy link

Alex-query commented Apr 24, 2023

i use this code to zip and unzip folder

service := afs.New()
ctx := context.Background()
uploader := zip.NewBatchUploader(file.New())
err := service.Copy(ctx, "deployments", "zipped.zip", uploader)
if err != nil {
log.Fatal(err)
}

walker := zip.NewWalker(file.New())
err = service.Copy(ctx, "zipped.zip", "zipped", walker)
if err != nil {
log.Fatal(err)
}

zip - works properly , but uzip doesn`t

i zipped folder with one file "deployments\docker-compose\docker-compose.yml"
As result after unzip , i get "zipped\docker-compose\zipped.zip" . An intresting thing is that "zipped\docker-compose\zipped.zip" is a txt file with rigth conent . But name of folder is wrong

@adranwit
Copy link
Collaborator

adranwit commented Apr 24, 2023

Could you please provide an archive that unzip does not work correctly, thanks in advance

@Alex-query
Copy link
Author

zipped.zip

@adranwit
Copy link
Collaborator

adranwit commented May 2, 2023

The issue has been addressed in https://github.com/viant/afs/releases/tag/v1.23.1

@adranwit adranwit closed this as completed May 2, 2023
@adranwit
Copy link
Collaborator

adranwit commented May 2, 2023

Thank for contributing

@Alex-query
Copy link
Author

@adranwit i decided to try again, but i have a problem with this zip file " mkdir ........zipped/: Cannot create a file when that file already exists" i use v1.24.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants