Guide to Updating Plug-ins
Table Of Contents
10 FileMaker Server Guide to Updating Plug-ins
Windows
To store plug-in files on a Windows server, create a folder in the AutoUpdate folder named after the plug-in,
and a subfolder for each version of the plug-in. Store the plug-in file in the version subfolder.
Examples:
C:\Program Files\FileMaker\FileMaker Server\Data\Databases\AutoUpdate
\FMS_Sample_PlugIn\1.0\
C:\Program Files\FileMaker\FileMaker Server\Data\Databases\AutoUpdate
\FMS_Sample_PlugIn\1.0\FMS_Sample_PlugIn.fmx
C:\Program Files\FileMaker\FileMaker Server\Data\Databases\AutoUpdate
\FMS_Sample_PlugIn\1.0\FMS_Sample_PlugIn.fmplugin.tar
C:\Program Files\FileMaker\FileMaker Server\Data\Databases\AutoUpdate
\FMS_Sample_PlugIn\2.0\FMS_Sample_PlugIn.fmx
C:\Program Files\FileMaker\FileMaker Server\Data\Databases\AutoUpdate
\FMS_Sample_PlugIn\2.0\FMS_Sample_PlugIn.fmplugin.tar
Note When Mac OS plug-ins are stored on a Windows server for use with Mac OS clients, they must be
stored in the .tar archive format. For more information about archiving files using this format, launch the
Mac OS Terminal application, type man tar at the prompt, and see
“Preparing Mac OS plug-ins with
resource forks for Auto Update” on page 9.
Mac OS
To store plug-in files on a Mac OS server, create a folder in the AutoUpdate folder named after the plug-in,
and a subfolder for each version of the plug-in. Store the plug-in file in the version subfolder.
Examples:
/Library/FileMaker Server/Data/Databases/AutoUpdate/FMS_Sample_PlugIn
/1.0/
/Library/FileMaker Server/Data/Databases/AutoUpdate/FMS_Sample_PlugIn
/1.0/FMS_Sample_PlugIn.fmx
/Library/FileMaker Server/Data/Databases/AutoUpdate/FMS_Sample_PlugIn
/1.0/FMS_Sample_PlugIn.fmplugin.tar
/Library/FileMaker Server/Data/Databases/AutoUpdate/FMS_Sample_PlugIn
/2.0/FMS_Sample_PlugIn.fmx
/Library/FileMaker Server/Data/Databases/AutoUpdate/FMS_Sample_PlugIn
/2.0/FMS_Sample_PlugIn.fmplugin.tar
Important To function properly on Mac OS, plug-ins and the folders in which they are stored must have the
following file permissions:
File or folder Group Permissions
Plug-in parent folder fmsadmin Read and execute by group
Subfolder containing plug-in fmsadmin Read and execute by group
Plug-in file fmsadmin Read and execute by group