StuffIt X
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
(Added sample files) |
||
| (4 intermediate revisions by one user not shown) | |||
| Line 4: | Line 4: | ||
|extensions={{ext|sitx}} | |extensions={{ext|sitx}} | ||
|mimetypes={{mimetype|application/x-stuffitx}}, {{mimetype|application/x-sitx}} | |mimetypes={{mimetype|application/x-stuffitx}}, {{mimetype|application/x-sitx}} | ||
| + | |pronom={{PRONOM|fmt/399}} | ||
|released=2002 | |released=2002 | ||
}} | }} | ||
| − | |||
'''StuffIt X''' is a newer format released by the makers of [[StuffIt]]. While the earlier StuffIt format and program were Mac-specific, StuffIt X has cross-platform features (for instance, storing file attributes from Windows and Unix directories) and is supported in software released for both Mac and Windows platforms. Like its predecessor, the StuffIt X format is proprietary. | '''StuffIt X''' is a newer format released by the makers of [[StuffIt]]. While the earlier StuffIt format and program were Mac-specific, StuffIt X has cross-platform features (for instance, storing file attributes from Windows and Unix directories) and is supported in software released for both Mac and Windows platforms. Like its predecessor, the StuffIt X format is proprietary. | ||
| + | |||
| + | == Related formats == | ||
| + | * [[StuffIt]] | ||
| + | * [[StuffIt Image Format]] | ||
| + | |||
| + | == Identification == | ||
| + | Known files begin with "{{magic|StuffIt!}}". According to The Unarchiver source code, they can also begin with "{{magic|StuffIt?}}". | ||
| + | |||
| + | Compare to [[StuffIt#Identification]]. | ||
== Software == | == Software == | ||
* [http://www.stuffit.com/ Official site with downloads/purchases] | * [http://www.stuffit.com/ Official site with downloads/purchases] | ||
| + | * [[The Unarchiver]] | ||
| + | |||
| + | == Sample files == | ||
| + | * {{DexvertSamples|archive/stuffitX}} | ||
== Other links == | == Other links == | ||
Latest revision as of 14:25, 17 February 2024
StuffIt X is a newer format released by the makers of StuffIt. While the earlier StuffIt format and program were Mac-specific, StuffIt X has cross-platform features (for instance, storing file attributes from Windows and Unix directories) and is supported in software released for both Mac and Windows platforms. Like its predecessor, the StuffIt X format is proprietary.
Contents |
[edit] Related formats
[edit] Identification
Known files begin with "StuffIt!". According to The Unarchiver source code, they can also begin with "StuffIt?".
Compare to StuffIt#Identification.