Utilities
From OpenKM Documentation
These are OpenKM utilities created by the community.
Crontab Utilites
- Crontab importer with metadata ( import files with metadata values in the filename from serverfilesystem).
PHP Utilities
- PHP AutoImport (Import pdf files from some local path to specific OpenKM server path
- PHP fileUpoad (Shell script that uses php support to import files)
General Utilities
You can download a document from OpenKM using a command line utility like wget. Since OpenKM 6.2.1 Community and OpenKM 6.2.5 Professional there is a service with BASIC authentication for this task. This ease some integration tasks:
$ wget http://okmAdmin:admin@localhost:8080/OpenKM/Download?uuid=xxx-yyy-zzz
You can reference a document by UUID using the uuid parameter or by path, using the path parameter. In the same URL you need to specify the user and password.