Click or drag to resize

FtpClient(Boolean) Constructor

Constructs a new FTP session using the specified settings.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public FtpClient(
	bool caseInsensitive
)
View Source

Parameters

caseInsensitive  Boolean
Set to true to not be case sensitive with FTP file and directory names.
See Also