ExFTPConnectionCacheListings Property
Cache directory listings.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public bool CacheListings { get; set; }
Public Property CacheListings As Boolean
Get
Set
public:
property bool CacheListings {
bool get ();
void set (bool value);
}
member CacheListings : bool with get, set
Property Value
Boolean
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.