|
FtpDirectoryCaseInsensitive Property
|
Gets or sets FTP case sensitivity of file and directory names.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax public bool CaseInsensitive { get; set; }
Public Property CaseInsensitive As Boolean
Get
Set
public:
property bool CaseInsensitive {
bool get ();
void set (bool value);
}
member CaseInsensitive : bool with get, set
function get_CaseInsensitive();
function set_CaseInsensitive(value);
View SourceProperty Value
BooleanRemarks
Set to true to not be case sensitive with FTP file and directory names.
See Also