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

FTPFileSystemWatcherDirectoryPollingEnabled Property

Determines whether or not the server directory should be fetched periodically.

Definition

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

Property Value

Boolean

Remarks

If enabled the server will be polled every [!:RefreshPeriodSecs] seconds to detect changes that are not made via the current Connection instance. If no such changes are expected then this is not necessary since changes made through the current Connection will be detected by means of event-handlers.

See Also