Click or drag to resize

FtpClientCaseSensitive Property

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

Namespace: GSF.Net.VirtualFtpClient
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public bool CaseSensitive { get; }
View Source

Property Value

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