Click or drag to resize

FtpClient Constructor

Creates a new FtpClient.

Namespace:  GSF.Net.AbstractFtpClient
Assembly:  GSF.Net (in GSF.Net.dll) Version: 2.3.313-beta
Syntax
public FtpClient(
	FtpType ftpType,
	bool caseSensitive = false
)
Request Example View Source

Parameters

ftpType
Type: GSF.Net.AbstractFtpClientFtpType
Target FtpType for this FtpClient
caseSensitive (Optional)
Type: SystemBoolean
Set to true to be case sensitive with FTP file and directory names.
See Also