|
This online help file is for EFT Server version 6.2.x. For other versions of EFT Server, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |
|
This property is available only in EFT Server version 6.1 and later. |
Use the ICISite::AutobanSensitivity property to retrieve/set the sensitivity level for the flood/hammer auto-ban mechanism.
HRESULT AutobanSensitivity([out, retval] AutobanSensitivity *pVal);
HRESULT AutobanSensitivity([in] AutobanSensitivity newVal);
Example (VBScript):
Retrieving:
If Site.AutobanSensitivity <> SensitivityOff Then
MsgBox "Flood/Hammer Autoban is on for the site"
End If
Specifying:
Site.AutobanSensitivity = SensitivityVeryHigh
In the EFT Server administration interface, the level can be set on the Site's Connections tab, in the Denial of Service settings.
