Click or drag to resize

FtpFileWatcherDirectory Property

Gets or sets name of FTP directory name to monitor. Leave blank to monitor initial FTP session directory.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
[BrowsableAttribute(true)]
[DefaultValueAttribute("")]
public virtual string Directory { get; set; }
View Source

Property Value

String
See Also