Client Constructor

Initializes a new instance of the Client class.

Definition

Namespace: DevCase.ThirdParty.FluentFTP
Assembly: DevCase.net48.ThirdParty.FluentFTP (in DevCase.net48.ThirdParty.FluentFTP.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Client(
	string host,
	string username,
	string pass
)

Parameters

host  String
The ftp site.
username  String
FTP account name.
pass  String
The FTP account password.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

FluentFTP

See Also