Client Constructor
Initializes a new instance of the
Client class.
Namespace: DevCase.ThirdParty.FluentFTPAssembly: 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
)
Public Sub New (
host As String,
username As String,
pass As String
)
Dim host As String
Dim username As String
Dim pass As String
Dim instance As New Client(host, username,
pass)
public:
Client(
String^ host,
String^ username,
String^ pass
)
new :
host : string *
username : string *
pass : string -> Client
No code example is currently available or this language may not be supported.
Parameters
- host String
-
The ftp site.
- username String
-
FTP account name.
- pass String
-
The FTP account password.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
FluentFTP