glosc-mcp 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +23 -0
- package/build/GloscMcp.js +207 -0
- package/build/GloscTools.js +495 -0
- package/build/index.js +12 -0
- package/libs/7z/Linux/7zz +0 -0
- package/libs/7z/Linux/7zzs +0 -0
- package/libs/7z/Linux/History.txt +178 -0
- package/libs/7z/Linux/License.txt +144 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/add.htm +96 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/bench.htm +186 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/delete.htm +64 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/extract.htm +101 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/extract_full.htm +77 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/hash.htm +101 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/index.htm +36 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/list.htm +79 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/rename.htm +51 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/style.css +232 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/test.htm +51 -0
- package/libs/7z/Linux/MANUAL/cmdline/commands/update.htm +74 -0
- package/libs/7z/Linux/MANUAL/cmdline/exit_codes.htm +27 -0
- package/libs/7z/Linux/MANUAL/cmdline/index.htm +29 -0
- package/libs/7z/Linux/MANUAL/cmdline/style.css +232 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/ar_exclude.htm +58 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/ar_include.htm +84 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/ar_no.htm +52 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/bb.htm +61 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/bs.htm +67 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/charset.htm +61 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/email.htm +43 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/exclude.htm +81 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/include.htm +152 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/index.htm +117 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/large_pages.htm +60 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/list_tech.htm +36 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/method.htm +1067 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/output_dir.htm +53 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/overwrite.htm +56 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/password.htm +80 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/recurse.htm +104 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/sa.htm +58 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/scc.htm +42 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/scrc.htm +54 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/sdel.htm +39 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/sfx.htm +154 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/shared.htm +40 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/sni.htm +56 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/sns.htm +77 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/spf.htm +80 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/spm.htm +72 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/ssc.htm +50 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/stdin.htm +56 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/stdout.htm +54 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/stl.htm +39 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/stop_switch.htm +32 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/stx.htm +50 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/style.css +232 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/type.htm +146 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/update.htm +179 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/volume.htm +49 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/working_dir.htm +56 -0
- package/libs/7z/Linux/MANUAL/cmdline/switches/yes.htm +48 -0
- package/libs/7z/Linux/MANUAL/cmdline/syntax.htm +118 -0
- package/libs/7z/Linux/MANUAL/general/7z.htm +117 -0
- package/libs/7z/Linux/MANUAL/general/faq.htm +125 -0
- package/libs/7z/Linux/MANUAL/general/formats.htm +104 -0
- package/libs/7z/Linux/MANUAL/general/index.htm +28 -0
- package/libs/7z/Linux/MANUAL/general/license.htm +26 -0
- package/libs/7z/Linux/MANUAL/general/performance.htm +55 -0
- package/libs/7z/Linux/MANUAL/general/register.htm +24 -0
- package/libs/7z/Linux/MANUAL/general/style.css +232 -0
- package/libs/7z/Linux/MANUAL/general/thanks.htm +44 -0
- package/libs/7z/Linux/MANUAL/start.htm +38 -0
- package/libs/7z/Linux/MANUAL/style.css +232 -0
- package/libs/7z/Linux/readme.txt +100 -0
- package/libs/7z/README.md +1 -0
- package/libs/7z/macOS/7zz +0 -0
- package/libs/7z/macOS/History.txt +178 -0
- package/libs/7z/macOS/License.txt +144 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/add.htm +96 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/bench.htm +186 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/delete.htm +64 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/extract.htm +101 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/extract_full.htm +77 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/hash.htm +101 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/index.htm +36 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/list.htm +79 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/rename.htm +51 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/style.css +232 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/test.htm +51 -0
- package/libs/7z/macOS/MANUAL/cmdline/commands/update.htm +74 -0
- package/libs/7z/macOS/MANUAL/cmdline/exit_codes.htm +27 -0
- package/libs/7z/macOS/MANUAL/cmdline/index.htm +29 -0
- package/libs/7z/macOS/MANUAL/cmdline/style.css +232 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/ar_exclude.htm +58 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/ar_include.htm +84 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/ar_no.htm +52 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/bb.htm +61 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/bs.htm +67 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/charset.htm +61 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/email.htm +43 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/exclude.htm +81 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/include.htm +152 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/index.htm +117 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/large_pages.htm +60 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/list_tech.htm +36 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/method.htm +1067 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/output_dir.htm +53 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/overwrite.htm +56 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/password.htm +80 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/recurse.htm +104 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/sa.htm +58 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/scc.htm +42 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/scrc.htm +54 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/sdel.htm +39 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/sfx.htm +154 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/shared.htm +40 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/sni.htm +56 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/sns.htm +77 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/spf.htm +80 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/spm.htm +72 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/ssc.htm +50 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/stdin.htm +56 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/stdout.htm +54 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/stl.htm +39 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/stop_switch.htm +32 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/stx.htm +50 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/style.css +232 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/type.htm +146 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/update.htm +179 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/volume.htm +49 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/working_dir.htm +56 -0
- package/libs/7z/macOS/MANUAL/cmdline/switches/yes.htm +48 -0
- package/libs/7z/macOS/MANUAL/cmdline/syntax.htm +118 -0
- package/libs/7z/macOS/MANUAL/general/7z.htm +117 -0
- package/libs/7z/macOS/MANUAL/general/faq.htm +125 -0
- package/libs/7z/macOS/MANUAL/general/formats.htm +104 -0
- package/libs/7z/macOS/MANUAL/general/index.htm +28 -0
- package/libs/7z/macOS/MANUAL/general/license.htm +26 -0
- package/libs/7z/macOS/MANUAL/general/performance.htm +55 -0
- package/libs/7z/macOS/MANUAL/general/register.htm +24 -0
- package/libs/7z/macOS/MANUAL/general/style.css +232 -0
- package/libs/7z/macOS/MANUAL/general/thanks.htm +44 -0
- package/libs/7z/macOS/MANUAL/start.htm +38 -0
- package/libs/7z/macOS/MANUAL/style.css +232 -0
- package/libs/7z/macOS/readme.txt +100 -0
- package/libs/7z/win/7za.dll +0 -0
- package/libs/7z/win/7za.exe +0 -0
- package/libs/7z/win/7zxa.dll +0 -0
- package/libs/7z/win/Far/7-ZipEng.hlf +85 -0
- package/libs/7z/win/Far/7-ZipEng.lng +220 -0
- package/libs/7z/win/Far/7-ZipFar.dll +0 -0
- package/libs/7z/win/Far/7-ZipFar64.dll +0 -0
- package/libs/7z/win/Far/7-ZipRus.hlf +84 -0
- package/libs/7z/win/Far/7-ZipRus.lng +220 -0
- package/libs/7z/win/Far/7zToFar.ini +67 -0
- package/libs/7z/win/Far/far7z.reg +67 -0
- package/libs/7z/win/Far/far7z.txt +73 -0
- package/libs/7z/win/License.txt +123 -0
- package/libs/7z/win/arm64/7-ZipFar.dll +0 -0
- package/libs/7z/win/arm64/7za.dll +0 -0
- package/libs/7z/win/arm64/7za.exe +0 -0
- package/libs/7z/win/arm64/7zxa.dll +0 -0
- package/libs/7z/win/history.txt +347 -0
- package/libs/7z/win/readme.txt +125 -0
- package/libs/7z/win/x64/7za.dll +0 -0
- package/libs/7z/win/x64/7za.exe +0 -0
- package/libs/7z/win/x64/7zxa.dll +0 -0
- package/package.json +50 -0
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
2
|
+
<HTML>
|
|
3
|
+
<HEAD>
|
|
4
|
+
<META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
|
|
5
|
+
<TITLE>-y (assume Yes on all queries) switch</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>-y (assume Yes on all queries) switch</H1>
|
|
12
|
+
|
|
13
|
+
<P>Disables most of the normal user queries during 7-Zip
|
|
14
|
+
execution. You can use this switch to suppress overwrite queries in the
|
|
15
|
+
<A href="../commands/extract.htm">e (Extract)</A> and
|
|
16
|
+
<A href="../commands/extract_full.htm">x (Extract with full paths)</A> commands.</P>
|
|
17
|
+
|
|
18
|
+
<H4>Syntax</H4>
|
|
19
|
+
|
|
20
|
+
<PRE class="syntax">-y</PRE>
|
|
21
|
+
|
|
22
|
+
<H4>Examples</H4>
|
|
23
|
+
|
|
24
|
+
<PRE class="example">
|
|
25
|
+
7z x src.zip -y
|
|
26
|
+
</PRE>
|
|
27
|
+
|
|
28
|
+
<P>extracts all files from
|
|
29
|
+
<SPAN class="filename">src.zip</SPAN> archive. All overwrite queries will be
|
|
30
|
+
suppressed and files on disk with same filenames as in archive will be
|
|
31
|
+
overwritten.</P>
|
|
32
|
+
|
|
33
|
+
<H4>Commands that can be used with this switch</H4>
|
|
34
|
+
|
|
35
|
+
<P>
|
|
36
|
+
<A href="../commands/extract.htm">e (Extract)</A>,
|
|
37
|
+
<A href="../commands/extract_full.htm">x (Extract with full paths)</A>
|
|
38
|
+
</P>
|
|
39
|
+
|
|
40
|
+
<H4>See also</H4>
|
|
41
|
+
|
|
42
|
+
<P>
|
|
43
|
+
<B>Switches:</B>
|
|
44
|
+
<A href="overwrite.htm">-ao (Overwrite mode)</A>,
|
|
45
|
+
</P>
|
|
46
|
+
|
|
47
|
+
</BODY>
|
|
48
|
+
</HTML>
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
2
|
+
<HTML>
|
|
3
|
+
<HEAD>
|
|
4
|
+
<META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
|
|
5
|
+
<TITLE>Command Line Syntax</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>Command Line Syntax</H1>
|
|
12
|
+
|
|
13
|
+
<PRE class = "syntax">
|
|
14
|
+
7z <A href = "commands/index.htm"><command></A> [<A href = "switches/index.htm"><switch></A>...] <base_archive_name> [<arguments>...]
|
|
15
|
+
</PRE>
|
|
16
|
+
<PRE class = "syntax">
|
|
17
|
+
<arguments> ::= <A href = "switches/index.htm"><switch></A> | <wildcard> | <filename> | [@listfile]
|
|
18
|
+
<A href = "switches/index.htm"><switch></A>::= -{switch_name}
|
|
19
|
+
</PRE>
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
<P>Expressions in square brackets (between '[' and ']') are optional.</P>
|
|
23
|
+
|
|
24
|
+
<P>Expressions in curly braces ('{' and '}') mean that instead of that
|
|
25
|
+
Expression (including braces), the user must substitute some string.</P>
|
|
26
|
+
|
|
27
|
+
<P>Expression</P>
|
|
28
|
+
|
|
29
|
+
<PRE class = "syntax">
|
|
30
|
+
expression1 | expression2 | ... | expressionN</DT>
|
|
31
|
+
</PRE>
|
|
32
|
+
|
|
33
|
+
<P>
|
|
34
|
+
means that any (but only one) from these expressions must be specified.
|
|
35
|
+
|
|
36
|
+
<P><A href = "commands/index.htm">Commands</A> and
|
|
37
|
+
<A href = "switches/index.htm">switches</A> can be entered in upper or lower case.</P>
|
|
38
|
+
|
|
39
|
+
<P>Command is the first non-switch argument.</P>
|
|
40
|
+
|
|
41
|
+
<P>The "base_archive_name" must be the first filename on the command line
|
|
42
|
+
after the command.</P>
|
|
43
|
+
|
|
44
|
+
<P>The switches and other filenames can be in any order.</P>
|
|
45
|
+
|
|
46
|
+
<P>Wildcards or filenames with spaces must be quoted:</P>
|
|
47
|
+
|
|
48
|
+
<PRE>
|
|
49
|
+
"Dir\Program files\*"
|
|
50
|
+
Dir\"Program files"\*
|
|
51
|
+
</PRE>
|
|
52
|
+
|
|
53
|
+
<P>Switch options can be combined to save command line length. However, some
|
|
54
|
+
switch options take optional string arguments and therefore, must be the
|
|
55
|
+
last option in a combined argument token string because 7-Zip accepts the
|
|
56
|
+
rest of the argument token as the optional argument.</P>
|
|
57
|
+
|
|
58
|
+
<P>7-Zip uses wild name matching similar to Windows 95:</P>
|
|
59
|
+
<UL>
|
|
60
|
+
<LI><B>'*'</B> means a sequence of arbitrary characters.</LI>
|
|
61
|
+
<LI><B>'?'</B> means any character.</LI>
|
|
62
|
+
</UL>
|
|
63
|
+
|
|
64
|
+
<P><B>
|
|
65
|
+
7-Zip doesn't use the system wildcard parser. 7-Zip doesn't
|
|
66
|
+
follow the archaic rule by which *.* means any file. 7-Zip treats
|
|
67
|
+
*.* as matching the name of any file that has an extension. To process all files, you must
|
|
68
|
+
use a * wildcard.</B></P>
|
|
69
|
+
|
|
70
|
+
<P>Examples:</P>
|
|
71
|
+
<TABLE border = "0">
|
|
72
|
+
<TR><TD>*.txt</TD><TD>means all files with an extension of ".txt"</TD></TR>
|
|
73
|
+
<TR><TD>?a*</TD><TD>means all files with a second character of "a"</TD></TR>
|
|
74
|
+
<TR><TD>*1*</TD><TD>means all names that contains character "1"</TD></TR>
|
|
75
|
+
<TR><TD>*.*.*</TD><TD>means all names that contain two at least "." characters</TD></TR>
|
|
76
|
+
</TABLE>
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
<P>The default wildcard "*" will be used if there is no filename/wildcard in the
|
|
80
|
+
command line.</P>
|
|
81
|
+
|
|
82
|
+
<P>Slash ('\') at the end of a path means a directory. Without a Slash ('\') at
|
|
83
|
+
the end of the path, the path can refer either to a file or a directory.
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
<H2><A name = "ListFile"></A>List file</H2>
|
|
87
|
+
|
|
88
|
+
<P>You can supply one or more filenames or wildcards for special list files
|
|
89
|
+
(files containing lists of files). The filenames in such list file must be
|
|
90
|
+
separated by new line symbol(s).</P>
|
|
91
|
+
|
|
92
|
+
<P>For list files, 7-Zip uses UTF-8 encoding by default. You can change encoding
|
|
93
|
+
using <A href = "switches/charset.htm">-scs</A> switch.</P>
|
|
94
|
+
|
|
95
|
+
<P>Multiple list files are supported.</P>
|
|
96
|
+
|
|
97
|
+
<P>For example, if the file "listfile.txt" contains the following:</P>
|
|
98
|
+
|
|
99
|
+
<PRE>
|
|
100
|
+
My programs\*.cpp
|
|
101
|
+
Src\*.cpp
|
|
102
|
+
</PRE>
|
|
103
|
+
<P>then the command</P>
|
|
104
|
+
|
|
105
|
+
<PRE>
|
|
106
|
+
7z a -tzip archive.zip @listfile.txt
|
|
107
|
+
</PRE>
|
|
108
|
+
|
|
109
|
+
<P>adds to the archive "archive.zip" all "*.cpp" files from directories "My
|
|
110
|
+
programs" and "Src".</P>
|
|
111
|
+
|
|
112
|
+
<H2><A name = "ListFile"></A>Short and Long File Names</H2>
|
|
113
|
+
|
|
114
|
+
<P>7-Zip supports short file names (like FILENA~1.TXT) in some cases.
|
|
115
|
+
However, it's strongly recommended to use only the real (long) file names.</P>
|
|
116
|
+
|
|
117
|
+
</BODY>
|
|
118
|
+
</HTML>
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
2
|
+
<HTML>
|
|
3
|
+
<HEAD>
|
|
4
|
+
<META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
|
|
5
|
+
<TITLE>7z Format</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>7z Format</H1>
|
|
12
|
+
|
|
13
|
+
<P><B>7z</B> is a new archive format, providing a high compression ratio.</P>
|
|
14
|
+
|
|
15
|
+
<P>The main features of the <B>7z</B> format:</P>
|
|
16
|
+
<UL>
|
|
17
|
+
<LI>Open architecture
|
|
18
|
+
<LI>High compression ratio
|
|
19
|
+
<LI>Strong AES-256 encryption
|
|
20
|
+
<LI>Ability to use any compression, conversion or encryption method
|
|
21
|
+
<LI>Supports files with sizes up to 16000000000 GB
|
|
22
|
+
<LI>Unicode file names
|
|
23
|
+
<LI>Solid compression
|
|
24
|
+
<LI>Archive headers compression
|
|
25
|
+
</UL>
|
|
26
|
+
|
|
27
|
+
<P><B>7z</B> has an open architecture, so it can support any new compression methods.</P>
|
|
28
|
+
The following methods currently are integrated into <B>7z</B>:<P>
|
|
29
|
+
|
|
30
|
+
<TABLE cellspacing ="2" cellpadding ="4">
|
|
31
|
+
<TR> <TH class="Title" width="60">Method</TH> <TH class="Title">Description</TH> </TR>
|
|
32
|
+
<TR> <TD class="Item">LZMA</TD> <TD class="Item">Improved and optimized version of LZ77 algorithm</TD></TR>
|
|
33
|
+
<TR> <TD class="Item">LZMA2</TD> <TD class="Item">LZMA-based compression method. It provides better multithreading support than LZMA</TD></TR>
|
|
34
|
+
<TR> <TD class="Item">PPMD</TD> <TD class="Item">Dmitry Shkarin's PPMdH with small changes</TD></TR>
|
|
35
|
+
<TR> <TD class="Item">BCJ</TD> <TD class="Item">Converter for 32-bit x86 executables</TD></TR>
|
|
36
|
+
<TR> <TD class="Item">BCJ2</TD> <TD class="Item">Converter for 32-bit x86 executables</TD></TR>
|
|
37
|
+
<TR> <TD class="Item">BZip2</TD> <TD class="Item">Standard BWT algorithm</TD></TR>
|
|
38
|
+
<TR> <TD class="Item">Deflate</TD> <TD class="Item">Standard LZ77-based algorithm</TD></TR>
|
|
39
|
+
</TABLE>
|
|
40
|
+
|
|
41
|
+
<P><B>LZMA</B> is the default and general compression method of <B>7z</B> format.
|
|
42
|
+
The main features of the <B>LZMA</B> method:</P>
|
|
43
|
+
<UL>
|
|
44
|
+
<LI>High compression ratio
|
|
45
|
+
<LI>Variable dictionary size (up to 4 GB)
|
|
46
|
+
<LI>Compression speed: about 1 MB/s on 2 GHz CPU
|
|
47
|
+
<LI>Decompression speed: about 10-20 MB/s on 2 GHz CPU
|
|
48
|
+
<LI>Small memory requirement for decompression (depends from dictionary size)
|
|
49
|
+
<LI>Small code size for decompression: about 5 KB
|
|
50
|
+
<LI>Supports multi-threading and P4's hyper-threading
|
|
51
|
+
</UL>
|
|
52
|
+
|
|
53
|
+
<P>The <B>LZMA</B> compression algorithm is very suitable for embedded applications.
|
|
54
|
+
If you want to use <B>LZMA</B> code, you can ask for consultation, custom code programming,
|
|
55
|
+
and required developer licenses at
|
|
56
|
+
<P><A href="http://www.7-zip.org/support.html" target="_blank">www.7-zip.org/support.html</A></P>
|
|
57
|
+
</P>
|
|
58
|
+
|
|
59
|
+
<H2>AES encryption</H2>
|
|
60
|
+
|
|
61
|
+
<P>7-Zip supports encryption with the AES-256 algorithm.
|
|
62
|
+
This algorithm uses a cipher key with length of 256 bits. To create the key, 7-Zip
|
|
63
|
+
uses a derivation function based on an SHA-256 hash algorithm.
|
|
64
|
+
A key derivation function produces a derived key from a text password defined by the user.
|
|
65
|
+
To increase the cost of an exhaustive search for passwords, 7-Zip uses a big number
|
|
66
|
+
of iterations to produce the cipher key from the text password.</P>
|
|
67
|
+
|
|
68
|
+
<H2>Tips for selecting password length</H2>
|
|
69
|
+
|
|
70
|
+
<P>Here is an estimate of the time required for an exhaustive
|
|
71
|
+
password search attack, when the password is a random
|
|
72
|
+
sequence of lowercase Latin letters.</P>
|
|
73
|
+
|
|
74
|
+
<P>The most complex task for password search attack is SHA-256 calculation.
|
|
75
|
+
Special SHA-256 hardware or GPU can be used to accelerate password search attack.
|
|
76
|
+
Now modern GPU can provide about 10 times more performance for SHA-256 calculation
|
|
77
|
+
than modern CPU. And special SHA-256 hardware can provide about 20 times more
|
|
78
|
+
performance than GPU.</P>
|
|
79
|
+
|
|
80
|
+
<P>We suppose that one user with a budget of about $2000 (for GPUs) can check
|
|
81
|
+
10000 passwords per second and an organization with a budget of about
|
|
82
|
+
10^9 USD (one thousand million US dollars) can check 3 * 10^12 passwords per second.
|
|
83
|
+
We also suppose that the processor in use doubles its performance every two years;
|
|
84
|
+
so, each additional Latin letter of a long password adds about
|
|
85
|
+
9 years to an exhaustive key search attack.</P>
|
|
86
|
+
|
|
87
|
+
<P>The result is this estimate of the time to succeed in an attack:</P>
|
|
88
|
+
|
|
89
|
+
<TABLE>
|
|
90
|
+
<TR align=center>
|
|
91
|
+
<TH>Password Length</TH>
|
|
92
|
+
<TH>Single User Attack</TH>
|
|
93
|
+
<TH>Organization Attack</TH>
|
|
94
|
+
</TR>
|
|
95
|
+
<TR align=center> <TD> 1</TD> <TD> 1 s</TD> <TD> 1 s</TD> </TR>
|
|
96
|
+
<TR align=center> <TD> 2</TD> <TD> 1 s</TD> <TD> 1 s</TD> </TR>
|
|
97
|
+
<TR align=center> <TD> 3</TD> <TD> 2 s</TD> <TD> 1 s</TD> </TR>
|
|
98
|
+
<TR align=center> <TD> 4</TD> <TD> 1 min</TD> <TD> 1 s</TD> </TR>
|
|
99
|
+
<TR align=center> <TD> 5</TD> <TD> 30 min</TD> <TD> 1 s</TD> </TR>
|
|
100
|
+
<TR align=center> <TD> 6</TD> <TD> 12 hours</TD> <TD> 1 s</TD> </TR>
|
|
101
|
+
<TR align=center> <TD> 7</TD> <TD> 14 days</TD> <TD> 1 s</TD> </TR>
|
|
102
|
+
<TR align=center> <TD> 8</TD> <TD> 1 year</TD> <TD> 1 s</TD> </TR>
|
|
103
|
+
<TR align=center> <TD> 9</TD> <TD> 10 years</TD> <TD> 2 s</TD> </TR>
|
|
104
|
+
<TR align=center> <TD>10</TD> <TD> 19 years</TD> <TD> 1 min</TD> </TR>
|
|
105
|
+
<TR align=center> <TD>11</TD> <TD> 28 years</TD> <TD> 30 min</TD> </TR>
|
|
106
|
+
<TR align=center> <TD>12</TD> <TD> 37 years</TD> <TD> 12 hours</TD> </TR>
|
|
107
|
+
<TR align=center> <TD>13</TD> <TD> 46 years</TD> <TD> 14 days</TD> </TR>
|
|
108
|
+
<TR align=center> <TD>14</TD> <TD> 55 years</TD> <TD> 1 year</TD> </TR>
|
|
109
|
+
<TR align=center> <TD>15</TD> <TD> 64 years</TD> <TD> 10 years</TD> </TR>
|
|
110
|
+
<TR align=center> <TD>16</TD> <TD> 73 years</TD> <TD> 19 years</TD> </TR>
|
|
111
|
+
<TR align=center> <TD>17</TD> <TD> 82 years</TD> <TD> 28 years</TD> </TR>
|
|
112
|
+
<TR align=center> <TD>18</TD> <TD> 91 years</TD> <TD> 37 years</TD> </TR>
|
|
113
|
+
<TR align=center> <TD>19</TD> <TD>100 years</TD> <TD> 46 years</TD> </TR>
|
|
114
|
+
</TABLE>
|
|
115
|
+
|
|
116
|
+
</BODY>
|
|
117
|
+
</HTML>
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
2
|
+
<HTML>
|
|
3
|
+
<HEAD>
|
|
4
|
+
<META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
|
|
5
|
+
<TITLE>Frequently Asked Questions (FAQ)</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>Frequently Asked Questions (FAQ)</H1>
|
|
12
|
+
|
|
13
|
+
<H4>Can I use 7-Zip in a commercial organization?</H4>
|
|
14
|
+
<P>Yes, 7-Zip is free software. You can use it on any computer. You don't need to
|
|
15
|
+
register or pay for 7-Zip.</P>
|
|
16
|
+
|
|
17
|
+
<H4>How can I set file associations to 7-Zip in Windows 7 and Windows Vista?</H4>
|
|
18
|
+
<P>You must run 7-Zip File Manager in administrator mode.
|
|
19
|
+
Right-click the icon of 7-Zip File Manager, and then click <B>Run as administrator</B>.
|
|
20
|
+
Then you can change file associations and some other options.</P>
|
|
21
|
+
|
|
22
|
+
<H4>Why 7z archives created by new version of 7-Zip can be larger than archives created by old version of 7-Zip?</H4>
|
|
23
|
+
|
|
24
|
+
<P>New versions of 7-Zip (starting from version 15.06) use another file sorting
|
|
25
|
+
order by default for solid 7z archives.</P>
|
|
26
|
+
|
|
27
|
+
<P>Old version of 7-Zip (before version 15.06) used file sorting "by type" ("by extension").</P>
|
|
28
|
+
<P>New version of 7-Zip supports two sorting orders:</P>
|
|
29
|
+
<UL>
|
|
30
|
+
<LI>sorting by name - default order.</LI>
|
|
31
|
+
<LI>sorting by type, if '<B>qs</B>' is specified in <B>Parameters</B> field in "Add to archive" window,
|
|
32
|
+
(or <B>-mqs</B> switch for command line version).</LI>
|
|
33
|
+
</UL>
|
|
34
|
+
|
|
35
|
+
<P>You can get big difference in compression ratio for different sorting methods,
|
|
36
|
+
if dictionary size is smaller than total size of files.
|
|
37
|
+
If there are similar files in different folders, the sorting "by type" can provide
|
|
38
|
+
better compression ratio in some cases.</P>
|
|
39
|
+
|
|
40
|
+
<P>Note that sorting "by type" has some drawbacks.
|
|
41
|
+
For example, NTFS volumes use sorting order "by name", so if an archive uses
|
|
42
|
+
another sorting, then the speed of some operations for files with unusual order
|
|
43
|
+
can fall on HDD devices (HDDs have low speed for "seek" operations).</P>
|
|
44
|
+
|
|
45
|
+
<P>You can increase compression ratio with the following methods:</P>
|
|
46
|
+
<UL>
|
|
47
|
+
<LI>Increase dictionary size. It can help when 'qs' is not used.</LI>
|
|
48
|
+
<LI>Specify '<B>qs</B>' in <B>Parameters</B> field (or use <B>-mqs</B> switch for command line version).</LI>
|
|
49
|
+
</UL>
|
|
50
|
+
|
|
51
|
+
<P>If you think that unusual file order is not problem for you,
|
|
52
|
+
and if better compression ratio with small dictionary is more important for you,
|
|
53
|
+
use '<B>qs</B>' mode.</P>
|
|
54
|
+
|
|
55
|
+
<H4>Why can't 7-Zip open some ZIP archives?</H4>
|
|
56
|
+
<P>In 99% of these cases it means that the archive contains incorrect headers.
|
|
57
|
+
Other ZIP programs can open some archives with incorrect headers, since these programs
|
|
58
|
+
just ignore errors.</P>
|
|
59
|
+
<P>If you have such archive, please don't call the 7-Zip developers about it.
|
|
60
|
+
Instead try to find the program that was used to create the archive and inform the developers
|
|
61
|
+
of that program that their software is not ZIP-compatible.</P>
|
|
62
|
+
|
|
63
|
+
<P>There are also some ZIP archives that were encoded with methods unsupported by 7-Zip,
|
|
64
|
+
for example, WAVPack (WinZip).</P>
|
|
65
|
+
|
|
66
|
+
<H4>Why does drag-and-drop archive extraction from 7-Zip to Explorer use temp files?</H4>
|
|
67
|
+
<P>7-Zip doesn't know folder path of drop target.
|
|
68
|
+
Only Windows Explorer knows exact drop target.
|
|
69
|
+
And Windows Explorer needs files (drag source) as decompressed files on disk.
|
|
70
|
+
So 7-Zip extracts files from archive to temp folder and then
|
|
71
|
+
7-Zip notifies Windows Explorer about paths of these temp files.
|
|
72
|
+
Then Windows Explorer copies these files to drop target folder.</P>
|
|
73
|
+
|
|
74
|
+
<P>To avoid temp file usage, you can use Extract command of 7-Zip or
|
|
75
|
+
drag-and-drop from 7-Zip to 7-Zip.</P>
|
|
76
|
+
|
|
77
|
+
<H4>Why doesn't the command line version add files without extensions to an archive?</H4>
|
|
78
|
+
<P>You're probably using a *.* wildcard. 7-Zip doesn't use the operating system's wildcard mask parser,
|
|
79
|
+
and consequently treats *.* as any file that has an extension.
|
|
80
|
+
To process all files you must use the * wildcard instead or omit the wildcard altogether.</P>
|
|
81
|
+
|
|
82
|
+
<H4>Why doesn't -r switch work as expected?</H4>
|
|
83
|
+
<P>In most cases you don't need -r switch.
|
|
84
|
+
7-Zip can compress subfolders even without -r switch.</P>
|
|
85
|
+
<P>Example 1:</P>
|
|
86
|
+
<PRE> 7z.exe a c:\a.7z "C:\Program Files"</PRE>
|
|
87
|
+
<P>compresses "C:\Program Files" completely, including all subfolders.</P>
|
|
88
|
+
<P>Example 2:</P>
|
|
89
|
+
<PRE> 7z.exe a -r c:\a.7z "C:\Program Files"</PRE>
|
|
90
|
+
<P>searches and compresses "Program Files" in all subfolders of C:\ (for example, in "C:\WINDOWS").</P>
|
|
91
|
+
If you need to compress only files with some extension, you can use -r switch:
|
|
92
|
+
<PRE> 7z a -r c:\a.zip c:\dir\*.txt </PRE>
|
|
93
|
+
<P>compresses all *.txt files from folder c:\dir\ and all it's subfolders.</P>
|
|
94
|
+
|
|
95
|
+
<H4>Why can't 7-Zip use big dictionary in 32-bit Windows?</H4>
|
|
96
|
+
<P>32-bit Windows allocates only 2 GB of virtual space per one application.
|
|
97
|
+
Also that block of 2 GB can be fragmented (for example, by some DLL file),
|
|
98
|
+
so 7-Zip can't allocate one big contiguous block of virtual space.
|
|
99
|
+
There are no such limitations in 64-bit Windows.
|
|
100
|
+
So you can use any dictionary in Windows x64, if you have required amount of physical RAM.</P>
|
|
101
|
+
|
|
102
|
+
<H4>How can I install 7-Zip in silent mode?</H4>
|
|
103
|
+
|
|
104
|
+
<P>For exe installer: Use the "/S" parameter to do a silent installation and the "/D=dir" parameter
|
|
105
|
+
to specify the "output directory". These options are case-sensitive.</P>
|
|
106
|
+
|
|
107
|
+
<P>For msi installer: Use the /q INSTALLDIR="C:\Program Files\7-Zip" parameters.</P>
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
<H4>How can I recover corrupted 7z archive?</H4>
|
|
111
|
+
|
|
112
|
+
<P>There are some possible cases when archive is corrupted:
|
|
113
|
+
<UL>
|
|
114
|
+
<LI>You can open archive and you can see the list of files, but when you press
|
|
115
|
+
Extract or Test command, there are some errors: Data Error or CRC Error.
|
|
116
|
+
<LI>When you open archive, you get message "Can not open file 'a.7z' as archive"
|
|
117
|
+
</UL>
|
|
118
|
+
|
|
119
|
+
<P>It's possible to recover some data. Read about recovering procedure:
|
|
120
|
+
|
|
121
|
+
<P><A href = "http://www.7-zip.org/recover.html" target="_blank">Recover corrupted 7z archive</A></P>
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
</BODY>
|
|
125
|
+
</HTML>
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
2
|
+
<HTML>
|
|
3
|
+
<HEAD>
|
|
4
|
+
<META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
|
|
5
|
+
<TITLE>Supported formats</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>Supported formats</H1>
|
|
12
|
+
|
|
13
|
+
<TABLE>
|
|
14
|
+
<TR>
|
|
15
|
+
<TH>Format</TH>
|
|
16
|
+
<TH>Creation</TH>
|
|
17
|
+
<TH>Filename Extensions</TH>
|
|
18
|
+
</TR>
|
|
19
|
+
<TR> <TD align="center">7z</TD> <TD align="center">X</TD> <TD>7z</TD> </TR>
|
|
20
|
+
<TR> <TD align="center">BZIP2</TD> <TD align="center">X</TD> <TD>bz2 bzip2 tbz2 tbz</TD> </TR>
|
|
21
|
+
<TR> <TD align="center">GZIP</TD> <TD align="center">X</TD> <TD>gz gzip tgz</TD> </TR>
|
|
22
|
+
<TR> <TD align="center">TAR</TD> <TD align="center">X</TD> <TD>tar</TD> </TR>
|
|
23
|
+
<TR> <TD align="center">WIM</TD> <TD align="center">X</TD> <TD>wim swm esd</TD> </TR>
|
|
24
|
+
<TR> <TD align="center">XZ</TD> <TD align="center">X</TD> <TD>xz txz</TD> </TR>
|
|
25
|
+
<TR> <TD align="center"><A href="#zip">ZIP</A></TD> <TD align="center">X</TD> <TD>zip zipx jar xpi odt ods docx xlsx epub</TD> </TR>
|
|
26
|
+
|
|
27
|
+
<TR> <TD align="center">APFS</TD> <TD></TD> <TD>apfs</TD> </TR>
|
|
28
|
+
<TR> <TD align="center">APM</TD> <TD></TD> <TD>apm</TD> </TR>
|
|
29
|
+
<TR> <TD align="center">AR</TD> <TD></TD> <TD>ar a deb lib</TD> </TR>
|
|
30
|
+
<TR> <TD align="center">ARJ</TD> <TD></TD> <TD>arj</TD> </TR>
|
|
31
|
+
<TR> <TD align="center">Base64</TD> <TD></TD> <TD>b64</TD> </TR>
|
|
32
|
+
<TR> <TD align="center">CAB</TD> <TD></TD> <TD>cab</TD> </TR>
|
|
33
|
+
<TR> <TD align="center">CHM</TD> <TD></TD> <TD>chm chw chi chq</TD> </TR>
|
|
34
|
+
<TR> <TD align="center">COMPOUND</TD> <TD></TD> <TD>msi msp doc xls ppt</TD> </TR>
|
|
35
|
+
<TR> <TD align="center">CPIO</TD> <TD></TD> <TD>cpio</TD> </TR>
|
|
36
|
+
<TR> <TD align="center">CramFS</TD> <TD></TD> <TD>cramfs</TD> </TR>
|
|
37
|
+
<TR> <TD align="center">DMG</TD> <TD></TD> <TD>dmg</TD> </TR>
|
|
38
|
+
<TR> <TD align="center">Ext</TD> <TD></TD> <TD>ext ext2 ext3 ext4 img</TD> </TR>
|
|
39
|
+
<TR> <TD align="center">FAT</TD> <TD></TD> <TD>fat img</TD> </TR>
|
|
40
|
+
<TR> <TD align="center">HFS</TD> <TD></TD> <TD>hfs hfsx</TD> </TR>
|
|
41
|
+
<TR> <TD align="center">HXS</TD> <TD></TD> <TD>hxs hxi hxr hxq hxw lit</TD> </TR>
|
|
42
|
+
<TR> <TD align="center">iHEX</TD> <TD></TD> <TD>ihex</TD> </TR>
|
|
43
|
+
<TR> <TD align="center">ISO</TD> <TD></TD> <TD>iso img</TD> </TR>
|
|
44
|
+
<TR> <TD align="center"><A href="#lzh">LZH</A></TD> <TD></TD> <TD>lzh lha</TD></TR>
|
|
45
|
+
<TR> <TD align="center">LZMA</TD> <TD></TD> <TD>lzma</TD> </TR>
|
|
46
|
+
<TR> <TD align="center">MBR</TD> <TD></TD> <TD>mbr</TD> </TR>
|
|
47
|
+
<TR> <TD align="center">MsLZ</TD> <TD></TD> <TD>mslz</TD> </TR>
|
|
48
|
+
<TR> <TD align="center">Mub</TD> <TD></TD> <TD>mub</TD> </TR>
|
|
49
|
+
<TR> <TD align="center">NSIS</TD> <TD></TD> <TD>nsis</TD> </TR>
|
|
50
|
+
<TR> <TD align="center">NTFS</TD> <TD></TD> <TD>ntfs img</TD> </TR>
|
|
51
|
+
<TR> <TD align="center">MBR</TD> <TD></TD> <TD>mbr</TD> </TR>
|
|
52
|
+
<TR> <TD align="center">RAR</TD> <TD></TD> <TD>rar r00</TD> </TR>
|
|
53
|
+
<TR> <TD align="center">RPM</TD> <TD></TD> <TD>rpm</TD></TR>
|
|
54
|
+
<TR> <TD align="center">PPMD</TD> <TD></TD> <TD>ppmd</TD> </TR>
|
|
55
|
+
<TR> <TD align="center">QCOW2</TD> <TD></TD> <TD>qcow qcow2 qcow2c</TD> </TR>
|
|
56
|
+
<TR> <TD align="center">SPLIT</TD> <TD></TD> <TD>001 002 ...</TD> </TR>
|
|
57
|
+
<TR> <TD align="center">SquashFS</TD> <TD></TD> <TD>squashfs</TD> </TR>
|
|
58
|
+
<TR> <TD align="center">UDF</TD> <TD></TD> <TD>udf iso img</TD> </TR>
|
|
59
|
+
<TR> <TD align="center">UEFIc</TD> <TD></TD> <TD>scap</TD> </TR>
|
|
60
|
+
<TR> <TD align="center">UEFIs</TD> <TD></TD> <TD>uefif</TD> </TR>
|
|
61
|
+
<TR> <TD align="center">VDI</TD> <TD></TD> <TD>vdi</TD> </TR>
|
|
62
|
+
<TR> <TD align="center">VHD</TD> <TD></TD> <TD>vhd</TD> </TR>
|
|
63
|
+
<TR> <TD align="center">VHDX</TD> <TD></TD> <TD>vhdx</TD> </TR>
|
|
64
|
+
<TR> <TD align="center">VMDK</TD> <TD></TD> <TD>vmdk</TD> </TR>
|
|
65
|
+
<TR> <TD align="center">XAR</TD> <TD></TD> <TD>xar pkg</TD> </TR>
|
|
66
|
+
<TR> <TD align="center">Z</TD> <TD></TD> <TD>z taz</TD> </TR>
|
|
67
|
+
<TR> <TD align="center">ZSTD</TD> <TD></TD> <TD>zst tzst</TD> </TR>
|
|
68
|
+
</TABLE>
|
|
69
|
+
|
|
70
|
+
<H2><a name="zip"></a>ZIP</H2>
|
|
71
|
+
|
|
72
|
+
<P>7-Zip creates ZIP compatible archives.
|
|
73
|
+
7-Zip supports the following ZIP compression methods:</P>
|
|
74
|
+
<UL>
|
|
75
|
+
<LI>0 - Store</LI>
|
|
76
|
+
<LI>1 - Shrink (decompression only)</LI>
|
|
77
|
+
<LI>6 - Implode (decompression only)</LI>
|
|
78
|
+
<LI>8 - Deflate</LI>
|
|
79
|
+
<LI>9 - Deflate64</LI>
|
|
80
|
+
<LI>12 - BZip2</LI>
|
|
81
|
+
<LI>14 - LZMA</LI>
|
|
82
|
+
<LI>93 - ZSTD (decompression only)</LI>
|
|
83
|
+
<LI>95 - xz (decompression only)</LI>
|
|
84
|
+
<LI>98 - PPMd</LI>
|
|
85
|
+
<LI>99 - WinZip AES</LI>
|
|
86
|
+
</UL>
|
|
87
|
+
|
|
88
|
+
<P>Files compressed with other ZIP compression methods
|
|
89
|
+
can't be extracted by the current version of the 7-Zip.
|
|
90
|
+
But these supported methods are the most popular today,
|
|
91
|
+
and therefore 7-Zip can decompress most ZIP archives.
|
|
92
|
+
To extract files compressed with non-supported methods you must use some
|
|
93
|
+
other ZIP utility.</P>
|
|
94
|
+
|
|
95
|
+
<P>7-Zip supports the Zip64 extension of ZIP format.</P>
|
|
96
|
+
|
|
97
|
+
<H2><a name="lzh"></a>LZH</H2>
|
|
98
|
+
|
|
99
|
+
<P>7-Zip supports LZH archives only for listing, browsing and decompressing.
|
|
100
|
+
7-Zip supports -lh0-, -lh4-, -lh5-, -lh6- and -lh7- methods.</P>
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
</BODY>
|
|
104
|
+
</HTML>
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
2
|
+
<HTML>
|
|
3
|
+
<HEAD>
|
|
4
|
+
<META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
|
|
5
|
+
<TITLE>General Information</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>General Information</H1>
|
|
12
|
+
|
|
13
|
+
<h4>The main features of 7-Zip</h4>
|
|
14
|
+
|
|
15
|
+
<UL>
|
|
16
|
+
<LI><A href = "../fm/index.htm">Powerful file manager</A></LI>
|
|
17
|
+
<LI><A href = "performance.htm">High compression ratio and high speed</A></LI>
|
|
18
|
+
<LI><A href = "formats.htm">Big number of supported archive formats</A></LI>
|
|
19
|
+
<LI><A href = "../cmdline/index.htm">Additional command line version</A></LI>
|
|
20
|
+
</UL>
|
|
21
|
+
|
|
22
|
+
<H4>See Also</H4>
|
|
23
|
+
<UL>
|
|
24
|
+
<LI><A href = "license.htm">License for use and distribution</A></LI>
|
|
25
|
+
</UL>
|
|
26
|
+
|
|
27
|
+
</BODY>
|
|
28
|
+
</HTML>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
2
|
+
<HTML>
|
|
3
|
+
<HEAD>
|
|
4
|
+
<META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
|
|
5
|
+
<TITLE>License for use and distribution</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>License</H1>
|
|
12
|
+
|
|
13
|
+
<P>7-Zip Copyright (C) 1999-2025 Igor Pavlov.</P>
|
|
14
|
+
|
|
15
|
+
<P>7-Zip is free software with open source.</P>
|
|
16
|
+
|
|
17
|
+
<P>The most of the code is under the GNU LGPL license. Some parts of the code are under the
|
|
18
|
+
BSD 3-clause License. Also there is unRAR license restriction for some parts of the code.</IL>
|
|
19
|
+
|
|
20
|
+
<P>Read file License.txt for full information about license.</P>
|
|
21
|
+
|
|
22
|
+
<P>Note: You can use 7-Zip on any computer, including a computer in a commercial
|
|
23
|
+
organization. You don't need to register or pay for 7-Zip.</P>
|
|
24
|
+
|
|
25
|
+
</BODY>
|
|
26
|
+
</HTML>
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
2
|
+
<HTML>
|
|
3
|
+
<HEAD>
|
|
4
|
+
<META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
|
|
5
|
+
<TITLE>Performance</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>Performance</H1>
|
|
12
|
+
|
|
13
|
+
<P>We compared <B>7-Zip</B> with WinRAR 5.20.</P>
|
|
14
|
+
|
|
15
|
+
<P><B>FILE SETS:</B> Mozilla Firefox 34.0.5 for Windows and Google Earth 6.2.2.6613 for Windows.</P>
|
|
16
|
+
|
|
17
|
+
<TABLE cellspacing ="2" cellpadding ="6">
|
|
18
|
+
<TR>
|
|
19
|
+
<TH class="Title" rowspan = 3>Archiver</TH>
|
|
20
|
+
<TH class="Title" align="center" colspan = 2>Mozilla Firefox</TH>
|
|
21
|
+
<TH class="Title" align="center" colspan = 2>Google Earth</TH>
|
|
22
|
+
</TR>
|
|
23
|
+
<TR>
|
|
24
|
+
<TH class="Title" align="center" colspan = 2>65 files<BR>85 280 391 bytes</TH>
|
|
25
|
+
<TH class="Title" align="center" colspan = 2>483 files<BR>110 700 519 bytes</TH>
|
|
26
|
+
</TR>
|
|
27
|
+
<TR>
|
|
28
|
+
<TH class="Title" align="center">Compressed size</TH>
|
|
29
|
+
<TH class="Title" align="center">Ratio</TH>
|
|
30
|
+
<TH class="Title" align="center">Compressed size</TH>
|
|
31
|
+
<TH class="Title" align="center">Ratio</TH>
|
|
32
|
+
</TR>
|
|
33
|
+
<TR>
|
|
34
|
+
<TD class="Item"><B>7-Zip 9.35<BR>-mx</B></TD>
|
|
35
|
+
<TD class="Item" align="center"><B>39 357 375</B></TD>
|
|
36
|
+
<TD class="Item" align="center"><B>100%</B></TD>
|
|
37
|
+
<TD class="Item" align="center"><B>15 964 369</B></TD>
|
|
38
|
+
<TD class="Item" align="center"><B>100%</B></TD>
|
|
39
|
+
</TR>
|
|
40
|
+
<TR>
|
|
41
|
+
<TD class="Item">WinRAR 5.20<BR>-m5 -s -ma5 -md128m</TD>
|
|
42
|
+
<TD class="Item" align="center">41 789 543</TD>
|
|
43
|
+
<TD class="Item" align="center">106%</TD>
|
|
44
|
+
<TD class="Item" align="center">17 035 432</TD>
|
|
45
|
+
<TD class="Item" align="center">107%</TD>
|
|
46
|
+
</TR>
|
|
47
|
+
</TABLE>
|
|
48
|
+
|
|
49
|
+
<P>Compression ratio results are very dependent upon the data used for the tests.
|
|
50
|
+
Usually, <B>7-Zip</B> compresses to 7z format 30-70% better than to zip format.
|
|
51
|
+
And <B>7-Zip</B> compresses to zip format 2-10% better than most of other zip compatible programs.</P>
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
</BODY>
|
|
55
|
+
</HTML>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
2
|
+
<HTML>
|
|
3
|
+
<HEAD>
|
|
4
|
+
<META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
|
|
5
|
+
<TITLE>Register 7-Zip</TITLE>
|
|
6
|
+
<LINK href="style.css" rel="stylesheet" type="text/css">
|
|
7
|
+
</HEAD>
|
|
8
|
+
|
|
9
|
+
<BODY>
|
|
10
|
+
|
|
11
|
+
<H1>Register 7-Zip</H1>
|
|
12
|
+
|
|
13
|
+
<P>7-Zip is free software. However, you can support development of 7-Zip by registering.</P>
|
|
14
|
+
|
|
15
|
+
<P>You can find all information about registering at:</P>
|
|
16
|
+
|
|
17
|
+
<P><A href = "http://www.7-zip.org/register.html" target="_blank">
|
|
18
|
+
http://www.7-zip.org/register.html</A></P>
|
|
19
|
+
|
|
20
|
+
<P>Thank you very much in advance!</P>
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
</BODY>
|
|
24
|
+
</HTML>
|