ClientUploadFile Method

Uploads a file to the FTP server.

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 void UploadFile(
	ref WebClient refClient,
	string localfilepath,
	string filepath = null,
	bool asynchronous = false
)

Parameters

refClient  WebClient
The WebClient object to upload the file.
localfilepath  String
Specifies the local path where to save the downloaded file.
filepath  String  (Optional)
The ftp fle path.
asynchronous  Boolean  (Optional)

[Missing <param name="asynchronous"/> documentation for "M:DevCase.ThirdParty.FluentFTP.Client.UploadFile(System.Net.WebClient@,System.String,System.String,System.Boolean)"]

Remarks

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

FluentFTP

See Also