Determining Web Transfer Client Access (GetAppletEnabled)

Use the ICIClientSettings interface GetAppletEnabled method to set EFT Web Transfer client access setting for a user or User Settings Level. Refer to User Connection Protocols for an illustration of how this and other Client Settings Interface Methods and Properties can be accessed in the Administrator interface.

This method is available in EFT Server 3.5 and later.

 

GetAppletEnabled([in]SFTPAdvBool val);

Example:

Setting the enabled/disabled state:

   slSettings = GetSettingsLevelSettings("Default Settings")

   slSettings.GetAppletEnabled( True )