Determining if Plain FTP Access is Allowed (GetClearFTP)

Use the ICIClientSettings interface GetClearFTP method to determine if a user account can make connections using unsecured FTP. Refer to User Connection Protocols for an illustration of how this and other Client Settings Interface Methods and Properties can be accessed in the administration interface.

Signature:

HRESULT GetClearFTP(

[out, optional] VARIANT_BOOL *pInherited,

[out, retval] VARIANT_BOOL *pVal);

0 = Prohibited

1 = Allowed