|
FtpClientCaseInsensitive 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 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