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