| 
            
              FtpClient(Boolean) Constructor
             | 
          
        
        
            Constructs a new FTP session using the specified settings.
            
        
        Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic FtpClient(
	bool caseInsensitive
)
Public Sub New ( 
	caseInsensitive As Boolean
)
public:
FtpClient(
	bool caseInsensitive
)
new : 
        caseInsensitive : bool -> FtpClientGSF.Net.Ftp.FtpClient = function(caseInsensitive);
 View SourceParameters
- caseInsensitive  Boolean
 - Set to true to not be case sensitive with FTP file and directory names.
 
See Also