|
FtpClientCaseSensitive Property
|
Gets or sets FTP case sensitivity of file and directory names.
Namespace: GSF.Net.VirtualFtpClientAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax public bool CaseSensitive { get; }
Public ReadOnly Property CaseSensitive As Boolean
Get
public:
property bool CaseSensitive {
bool get ();
}
member CaseSensitive : bool with get
function get_CaseSensitive();
View SourceProperty Value
BooleanRemarks
Set to true to be case sensitive with FTP file and directory names.
See Also