Why is no direct-unpack possible for 7z.001 file structure #622
Answered
by
dnzbk
sorryusernameisalreadytaken
asked this question in
Q&A
|
Hey there. I found out that when I have some nzb's with the file structure: nzbget is not able to do a direct-unpack. Is there any reason for that? |
Answered by
dnzbk
Aug 3, 2025
Replies: 1 comment 2 replies
|
|
2 replies
Answer selected by
luckedea
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DirectUnpackonly works withunrarbecause it supports streaming extraction (unpacking while downloading).7zipdoesn't support this.