edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

ExFTPConnectionCacheListings Property

Cache directory listings.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public bool CacheListings { get; set; }

Property Value

Boolean

Remarks

If this property true then directory listings will be cached between accesses. This can greatly speed up calls to GetFiles and GetFileInfos. The directory cache may be cleared at any time by calling ClearDirectoryCache.

See Also