Click or drag to resize

FtpUploadFiles Method (String, String, LocalSearchOptions)

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 remoteFolderPath,
	string localFolderPath,
	LocalSearchOptions options
)

Parameters

remoteFolderPath
Type: SystemString
Remote folder to upload to.
localFolderPath
Type: SystemString
Local folder to upload from.
options
Type: Limilabs.FTP.ClientLocalSearchOptions
Options for local search (e.g.: recursive, search pattern).
See Also