Click or drag to resize

FtpDirectoryGetFile(String, String) Method

Downloads remote file from directory using alternate local filename.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public void GetFile(
	string localFile,
	string remoteFile
)
View Source

Parameters

localFile  String
Local filename to use for download.
remoteFile  String
Remote filename to download.
See Also