extmap.conf — Configuration file used by afpd to specify file name extension mappings
Contents
Description
extmap.conf is the configuration file used by afpd to specify file name extension mappings.
The configuration lines are composed like:
.extension [ type [ creator ] ]
Any line beginning with a hash (“#”) character is ignored. The leading-dot lines specify file name
extension mappings. The extension ‘.’ sets the default creator and type for otherwise untyped Unix files.
Examples
Example:Extensionisjpg,typeis“JPEG”,creatoris“ogle”
.jpg "JPEG" "ogle"
Example:Extensionislzh,typeis“LHA”,creatorisnotdefined
.lzh "LHA"
Name
extmap.conf — Configuration file used by afpd to specify file name extension mappings
See Also
afp.conf(5), afpd(8)
