Click or drag to resize

FtpDirectoryGetFile(String) Method

Downloads remote file from directory.

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

Parameters

remoteFile  String
Remote filename to download.
See Also