Requiring SSL for Remote Administration (UseSSLForAdministration)

Use the ICIServer interface UseSSLForAdministration property to enable or disable SSL for the administration socket connection.

SSL.DLL must be deployed alongside SFTPCOMInterface.DLL on the remote machine.

Signature:

HRESULT UseSSLForAdministration([out, retval] VARIANT_BOOL *pVal);

HRESULT UseSSLForAdministration([in] VARIANT_BOOL newVal);

 

You must restart the server to apply changes made with the UseSSLForAdministration property.