Search

 

Version:23.05 +

Applicable to:Futurama Vision

 

Description

In the Vision Management Site in the File Manager, it is possible to give certain groups access to specific locations. Via this page they are able to upload/download files. To make sure the file content of the uploaded files are safe, it is possible to add a security section to scan the files before placing them on the server. If this section is not defined, no file scanner will be used. 

Configuration

Settings

Within the configuration element the next code has to be included:

<configSections>
	<sectionGroup name="visionSettings">
		<section name="security" type="ActuIT.Futurama.Library.SecuritySection, ActuIT.Futurama.Library,Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"/>
	</sectionGroup>
</configSections>

Next to this code, also within the configuration element the next code has to be included:

<visionSettings>
	<security>
		<file fileScannerProvider="{ClamAV | WindowsDefender}" clamAVConnectionString="{string}" fileScannerTimeout="2500"/>
	</security>
</visionSettings>

The futuramaSettings element is the general part for more configuration settings. Within this element the security element is set.

Explanation

Within the security/file element some attributes can be set. Below the possible values of these attributes.

fileScannerProvider

Which file provider should be used for the file scanning process. Currently, the available providers are: “ClamAV” and “WindowsDefender”. If the value is empty then the fileScanner is inactivate.

clamAVConnectionString

The clamAV connection string. By default the value is set to “tcp://127.0.0.1:3310”, if your ClamAV server is hosted in a different location then this value should be updated.

fileScannerTImeout

The time out for file scanning operation. By default, this is set to 2500 milliseconds.

Feedback

If you have any questions about this subject or if you want to provide us feedback please send us an e-mail.

Updated: 2023-06-01