Click or drag to resize

FtpUploadFiles(String, String) 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 remotePath,
	string localPath
)

Parameters

remotePath  String
Remote folder to upload to.
localPath  String
Local folder to upload from.
See Also