Microsoft Internet Security and Acceleration Server 2004 SDK

FPCFTPCacheConfiguration

The FPCFTPCacheConfiguration object provides access to the File Transfer Protocol (FTP) cache configuration parameters of an ISA Server computer.

The FPCFTPCacheConfiguration object is typically accessed through the FTPConfiguration property of an FPCCacheRule object.

Click here to see the ISA Server object hierarchy.

Methods

The FPCFTPCacheConfiguration object defines the following methods.

Method Description
Refresh Reads the values of all of the object's properties from persistent storage, discarding any changes that were not saved.
Save Writes the current values of all of the object's properties to persistent storage.

Properties

The FPCFTPCacheConfiguration object has the following properties.

Property Description
FTPEnable Gets or sets a Boolean value that indicates whether the caching of FTP responses is enabled.
FTPTTLUnits Gets or sets the time units in which the Time to Live (TTL) is measured.
FTPTTLValue Gets or sets the Time to Live (TTL) for cached FTP files.

Remarks

This object implements the IFPCFTPCacheConfiguration interface.

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

COM Objects