Microsoft Internet Security and Acceleration Server 2000

FPCFTPCacheConfiguration.FTPEnable Property

Gets or sets whether caching of FTP replies is enabled or disabled.

VBScript Syntax[VBScript]

FPCFTPCacheConfiguration.FTPEnable [ = bEnabled ]

C++ Syntax[C++]

HRESULT get_FTPEnable(
  VARIANT_BOOL *pbEnabled
);

HRESULT put_FTPEnable(
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled
Boolean value that specifies whether caching of FTP replies is enabled.

The property is read-write.

Applies To

FPCFTPCacheConfiguration