... |
... |
@@ -1,13 +1,15 @@ |
1 |
|
-[[**Plugin download**>>https://customer.formcycle.eu/index.php/apps/files/?dir=/FORMCYCLE%20-%20Plugins%20Customer/fc-plugin-malware-scanner/ClamAV&fileid=40404]] |
|
1 |
+{{info}} |
|
2 |
+{{version major="7" minor="0" patch="13" showInfo="true"}} |
|
3 |
+This plugin can only be used with {{formcycle/}} version 7.0.13 or higher. |
|
4 |
+{{/version}} |
|
5 |
+{{/info}} |
2 |
2 |
|
|
7 |
+[[**Plugin download**>>https://customer.formcycle.eu/index.php/apps/files/?dir=/FORMCYCLE%20-%20Plugins%20Customer/fc-plugin-malware-scanner/ClamAV&fileid=40404]] (Requires login) |
|
8 |
+ |
3 |
3 |
{{content/}} |
4 |
4 |
|
5 |
|
-{{figure image="en_plugin.png" width="600"}} |
6 |
|
- A TCP connection must be set up to use the ClamAV-daemon service to scan the uploaded files. |
7 |
|
-{{/figure}} |
|
11 |
+Uploaded files can be checked for viruses via the plug-in. For this purpose, this plugin is required as an activated system plugin and a running ClamAV-daemon service that can be accessed via TCP. |
8 |
8 |
|
9 |
|
-It is possible to use ClamAV to scan for malware in uploaded elements of the backend as well as of delivered forms. For this purpose, this plugin is required as an activated system plugin and a running ClamAV-daemon service that can be accessed via TCP. |
10 |
|
- |
11 |
11 |
After this plugin has been installed, it must be configured. The configuration consists of specifying which {{smallcaps}}host:port{{/smallcaps}} combination is to be used. Furthermore, the transfer can be done with a {{smallcaps}}InputStream{{/smallcaps}} or working straight on the path. |
12 |
12 |
|
13 |
13 |
== Configuration == |
... |
... |
@@ -19,7 +19,7 @@ |
19 |
19 |
The following configuration parameters exist: |
20 |
20 |
|
21 |
21 |
; host (Required) |
22 |
|
-: Host name or IP address of the server running ClamAV-daemon. The standard port is{{smallcaps}}127.0.0.1{{/smallcaps}}, since ClamAV-daemon should be running on the same server as {{formcycle/}}. |
|
24 |
+: Host name or IP address of the server running ClamAV-daemon. The standard port is {{smallcaps}}127.0.0.1{{/smallcaps}}, since ClamAV-daemon should be running on the same server as {{formcycle/}}. |
23 |
23 |
; port (Required) |
24 |
24 |
: The default port of ClamAV-daemon is {{smallcaps}}3310{{/smallcaps}}. If the port is different, it must be specified here. |
25 |
25 |
; file-source |