Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Support for Multi-part Archives #68

Closed
davidnewhall opened this issue May 6, 2018 · 2 comments · Fixed by #99
Closed

Support for Multi-part Archives #68

davidnewhall opened this issue May 6, 2018 · 2 comments · Fixed by #99
Milestone

Comments

@davidnewhall
Copy link

I'm attempting to extract rar files that are multi-part (.rar .r01 r.02 etc). Using the unrar tools available out there, I just pass them a single file name (the .rar file) and they extract all the subsequent archives. I'm using archiver as a library and calling archiver.Rar.Open(file, path) then receive this error: writing file: rardecode: archive continues in next volume

Am I missing something, or is this support missing? Thanks!

@jyggen
Copy link
Contributor

jyggen commented Jun 21, 2018

Seems like support was added in #38 but later removed in #43. Basically OpenReader needs to be used in order to extract multi-part archives.

@mholt mholt added this to the 3.0 milestone Nov 7, 2018
@mholt
Copy link
Owner

mholt commented Nov 7, 2018

Re-implemented in #99 -- should stay for good this time.

@mholt mholt mentioned this issue Nov 7, 2018
15 tasks
@mholt mholt closed this as completed in #99 Nov 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants