Downloads the specified files and/or directories from the server to the local directory.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Sub Download ( _
	set As FileSet, _
	localDirectoryPath As String _
)
C#
void Download(
	FileSet set,
	string localDirectoryPath
)

Parameters

set
Type: Rebex.IO..::..FileSet
A filtering set which specifies remote files and directories to be downloaded.
localDirectoryPath
Type: System..::..String
The path of the local directory. This must be a directory.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also