Click or drag to resize

FtpUploadFiles(String, String, LocalSearchOptions) Method

Uploads local files to remote location.

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public void UploadFiles(
	string remoteFolderPath,
	string localFolderPath,
	LocalSearchOptions options
)

Parameters

remoteFolderPath  String
Remote folder to upload to.
localFolderPath  String
Local folder to upload from.
options  LocalSearchOptions
Options for local search (e.g.: recursive, search pattern).
See Also