Click or drag to resize

FtpFileGet(String) Method

Downloads remote file using alternate local filename.

Namespace: GSF.Net.VirtualFtpClient
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public abstract void Get(
	string localFile
)
View Source

Parameters

localFile  String
Local filename to use for download.
See Also