|
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.) |
The ICIServer interface allows you to manage the Server and access the Server's attributes.
For example:
CIServer server = new CIServer();
server.Connect("Server_host", "Server_port", "Admin_login", "Admin_Password");
The illustration of the Server node's Administration tab below is labeled with some of the methods and properties that are available in the ICIServer interface. (Not all methods and properties are represented in the GUIs.)

Retrieving a List of Administrator IP Addresses (GetAdminIPs)
Requiring SSL for Remote Administration (UseSSLForAdministration)