| 
            
              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.257-beta
Syntaxpublic 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
Boolean
Remarks
            Set to true to not be case sensitive with FTP file and directory names.
            
See Also