Click or drag to resize

FtpUploadFiles Method (String)

Uploads local files to the current remote server location.

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

Parameters

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