Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
EXTMAP.CONF(5)		 Netatalk AFP Fileserver Manual 	  EXTMAP.CONF(5)

Name
     extmap.conf  -- Configuration file used by afpd to specify file name exten-
     sion mappings

Description
     extmap.conf is the configuration file used by afpd to specify file name ex-
     tension 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 de-
     fault creator and type for otherwise untyped Unix files.

Examples
   Example: Extension is jpg, type is "JPEG", creator is "ogle"
	    .jpg "JPEG" "ogle"

   Example: Extension is lzh, type is "LHA", creator is not defined
	    .lzh "LHA"

See Also
     afp.conf(5), afpd(8)

Author
     Contributors to the Netatalk Project (https://netatalk.io/contributors)

Netatalk 4.5.0							  EXTMAP.CONF(5)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=extmap.conf&sektion=5&manpath=FreeBSD+Ports+15.1.quarterly>

home | help