Click or drag to resize

FTPUpload Method

Upload file

Namespace:  SIC.File
Assembly:  SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public void Upload(
	string pRemoteFile,
	string pLocalFile
)

Parameters

pRemoteFile
Type: SystemString

[Missing <param name="pRemoteFile"/> documentation for "M:SIC.File.FTP.Upload(System.String,System.String)"]

pLocalFile
Type: SystemString

[Missing <param name="pLocalFile"/> documentation for "M:SIC.File.FTP.Upload(System.String,System.String)"]

Examples
ftpClient.Upload("etc/test.txt", @"C:\Users\metastruct\Desktop\test.txt");
See Also