EductionLocalDirectoriesCSVs
The paths from which Eduction Server can access documents. By default, Eduction Server supports only Windows UNC paths. With this option, you can also specify a comma-separated list of local directories (including full paths) from which Eduction Server can process documents.
When you set RestrictToAllowedDirectories to True
, then you can also use EductionLocalDirectoriesCSVs
to specify non-hidden UNC directories from which Eduction Server can access documents.
NOTE: The value for this parameter is not used as a prefix for relative paths in the EduceFromFile and RedactFromFile actions. You must still specify the full path to any document you want to access. For example, if you set EductionLocalDirectoriesCSVs
to /mnt/documents
, you can use the following action to access the document at /mnt/documents/sample.txt
:
http://localhost:13000/action=EduceFromFile&FileName=/mnt/documents/sample.txt
Type: | String |
Default: | |
Required: | No |
Configuration Section: | Server |
Example: | EductionLocalDirectoriesCSVs=C:\shared,C:\documents
|
See Also: | EductionAllowedSpecialUNCPathsCSVs
RestrictToAllowedDirectories |