Microsoft Internet Security and Acceleration Server 2004 SDK

WebProxyFtpClientPassword Property of IFPCWebProxy[C++]

FPCWebProxy.WebProxyFtpClientPassword [Visual Basic]

[C++]

The WebProxyFtpClientPassword property gets or sets the password that will be used when mediating anonymous FTP requests.

HRESULT get_WebProxyFtpClientPassword(
  BSTR* pbstrPassword
);

HRESULT put_WebProxyFtpClientPassword(
  BSTR bstrPassword
);

Parameters

pbstrPassword
Pointer to a BSTR that is set on return to a string value specifying the password that will be used when mediating anonymous FTP requests.
bstrPassword
BSTR that specifies the password that will be used when mediating anonymous FTP requests.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. The default password is IEUser@.

After the value of this property has been changed, and the change has been saved by calling the Save method, the Microsoft Firewall service must be restarted for the change to take effect. The Firewall service can be restarted by calling the IFPCArray::RestartServices method.

[Visual Basic]

The WebProxyFtpClientPassword property gets or sets the password that will be used when mediating anonymous FTP requests.

Property WebProxyFtpClientPassword As String

Property Value

String that specifies the password that will be used when mediating anonymous FTP requests.

Remarks

This property is read/write. The default password is IEUser@.

After the value of this property has been changed, and the change has been saved by calling the Save method, the Microsoft Firewall service must be restarted for the change to take effect. The Firewall service can be restarted by calling the FPCArray.RestartServices method.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCWebProxy