7-Zip 18.06 does save alternate streams if they are specified explicitly (with colon in the file name); however, it refuses to extract them. I suggest extending the -sns swith with the following actions:
1) do not replace colon with underscore on extraction;
2) parse alternate streams of files to add on NT 6+ and add them to archive of any type (ZIP, for example, does not disallow colon from file names).
Action #1 is probably easy to implement.
Last edit: Shell 2019-01-17
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=65083
Now I'm not ready to that feature. Later.
Hi !
The worlds best zipper - so my vote - should really support this ! :-)
I am usually forec to use RAR for this :-)
Thanks anyway,
++mabra
Igor, I just noticed that you added support for both NTFS permissions and NTFS alternate streams in WIM files to a recent alpha version of 7-Zip.
Perhaps now would be a good time to add the support for files in the .7z format?
Thanks!
I have the working code for these features.
But probably I'll not enable it in near versions.
I must think more about some aspects.
What is your thinking about adding this?
7-Zip 18.06 does save alternate streams if they are specified explicitly (with colon in the file name); however, it refuses to extract them. I suggest extending the
-sns
swith with the following actions:1) do not replace colon with underscore on extraction;
2) parse alternate streams of files to add on NT 6+ and add them to archive of any type (ZIP, for example, does not disallow colon from file names).
Action #1 is probably easy to implement.
Last edit: Shell 2019-01-17
I didn't want partial solutions for alternate streams in 7z archives.
Full solution was suspended.