Click or drag to resize

FtpClientCaseSensitive Property

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

Namespace:  GSF.Net.AbstractFtpClient
Assembly:  GSF.Net (in GSF.Net.dll) Version: 2.3.313-beta
Syntax
public bool CaseSensitive { get; }
Request Example View Source

Property Value

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