I need to compress some files into zip with version 20, is it supported by latest version?
I cannot find description about any command line parameters related in help contents.
If it is supported, can anyone give an example for this, thanks anyway.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
version 20 is deflate.
it's default mode for 7-zip.
but 7-zip also adds NTFS extra for NTFS UTC Modified time.
But another zip will ignore that NTFS extra, if they don't support it.
You can disable NTFS extra with -mtp2 switch:
7za-mtp2a.zip*.txt
Also archive can contain UTF8 file name extra.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I need to compress some files into zip with version 20, is it supported by latest version?
I cannot find description about any command line parameters related in help contents.
If it is supported, can anyone give an example for this, thanks anyway.
version 20 is deflate.
it's default mode for 7-zip.
but 7-zip also adds NTFS extra for NTFS UTC Modified time.
But another zip will ignore that NTFS extra, if they don't support it.
You can disable NTFS extra with
-mtp2
switch:Also archive can contain UTF8 file name extra.