Click or drag to resize

FtpDirectoryBeginGetFile(String, String) Method

Starts asynchronous remote file download 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 BeginGetFile(
	string localFile,
	string remoteFile
)
View Source

Parameters

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