Click or drag to resize

FtpDirectoryBeginGetFile(String) Method

Starts asynchronous remote file download from directory.

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

Parameters

remoteFile  String
Remote filename to download.
See Also