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 );
This property is read/write. The default password is IEUser@.
After the value of this property has been modified, the change must be written to persistent storage by calling the Save method, and the Microsoft Firewall service must be restarted for the change to take effect. For more information about restarting the Firewall service to apply changes, see Restarting Services After Configuration Changes.
This property cannot be set through ISA Server Management.
Property WebProxyFtpClientPassword As String
Declared in Msfpccom.idl.
FPCWebProxy