Click or drag to resize

FtpFileGet Method (String)

Downloads remote file using alternate local filename.

Namespace:  GSF.Net.AbstractFtpClient
Assembly:  GSF.Net (in GSF.Net.dll) Version: 2.3.313-beta
Syntax
public void Get(
	string localFile
)
Request Example View Source

Parameters

localFile
Type: SystemString
Local filename to use for download.
See Also