The ICISites interface represents the list of all Sites on the server. Obtain it by using the Sites method of the ICIServer interface.
Set Sites = SFTPServer.Sites
The methods below are used to add additional Sites to the Server.
Available Methods:
Retrieving a Site's COM Interface by Site Number (Item)
Retrieving a Site's COM Interface by Site ID (SiteByID)
Retrieving the Number of Sites (Count)
Adding a Site (Add)
Adding a Local Site (AddLocalSite)
Adding an Active Directory Authenticated Site (AddADSite)
Adding an NT Authenticated Site (AddNTLMSite)
Adding an LDAP Site (AddLDAPSite)
Adding an ODBC-Authenticated Site (AddODBCSite)