Click or drag to resize

FtpUploadFiles Method (String, String)

Uploads local files to remote location.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public void UploadFiles(
	string remotePath,
	string localPath
)

Parameters

remotePath
Type: SystemString
Remote folder to upload to.
localPath
Type: SystemString
Local folder to upload from.
See Also