Click or drag to resize

FTPDownload Method

Download file

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

Parameters

pRemoteFile
Type: SystemString

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

pLocalFile
Type: SystemString

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

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