Click or drag to resize

FtpFileWatcherCaseInsensitive Property

Gets or sets FTP case sensitivity of file and directory names.

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

Property Value

Boolean
Remarks
Set to true to not be case sensitive with FTP file and directory names.
See Also