SetFTPProxyDomain

 

Sets the Domain for the Proxy Server, stored in the FTP connection, identified by iConnectionID. The Domain is only used with the NTLM authentication method. The authentication method can be set using the SetFTPProxyAuthentication function.

 

SetFTPProxyDomain(pDevMode As Long, iConnectionID As Integer, pValue As String) As Boolean

 

Input value pDevMode:

Handle to the BlackIceDEVMODE.

 

Input value iConnectionID:

The ID of the selected FTP connection. The ID can be attained by using the GetFTPConnectionByIndex, GetFTPConnectionByName, GetSelectedFTPConnection or the AddFTPConnection methods.

 

Input value pValue:

The new Domain for the Proxy Server.

 

Return value:

True on success, otherwise False.

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.