Setting Allowed IP Address (SetLimitAccessByIP)

This interface is available in EFT Server 6.1.

The ICIClientSettings::SetLimitAccessByIP method allows you to specify whether Limit Access by IP is on for the Settings Template or user account.

HRESULT SetLimitAccessByIP([in] SFTPAdvBool val);

Example (VBScript):

client.SetLimitAccessByIP abInherit

For example, the following VBScript assigns IP address 1.1.1.1 to a client as an allowed IP address:

client.AddIPAccessRule "1.1.1.1", True 'Assign 'Allowed 'IP