FileCommunicatorDownload Method

Downloads a remote file to a local file system.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public void Download(
	string remoteFileNameWithoutPath,
	string localFileName,
	CancellationToken cancelToken
)

Parameters

remoteFileNameWithoutPath  String
localFileName  String
cancelToken  CancellationToken

See Also