Download remote file or folder to a local destination. If remoteSource is a folder, it is downloaded recursively.

Namespace:  KetLabs.FTP
Assembly:  Ftp (in Ftp.dll) Version: 1.0.0.19105 (1.0.0.*)

Syntax

C#
public void Download(
	string remoteSource,
	string localDestination
)
Visual Basic (Declaration)
Public Sub Download ( _
	remoteSource As String, _
	localDestination As String _
)
Visual C++
public:
void Download(
	String^ remoteSource, 
	String^ localDestination
)

Parameters

remoteSource
Type: System..::.String
Remote file or folder name
localDestination
Type: System..::.String
Local file or folder name

See Also