Click or drag to resize

FtpUpload(String, String) Method

Uploads the content of the local file to the file on the server, overriding it if it already exists.

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public FtpResponse Upload(
	string remotePath,
	string localPath
)

Parameters

remotePath  String
The path of the remote file.
localPath  String
The path of the local file.

Return Value

FtpResponse
Server response send after the transfer completed.
See Also