edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Get multiple files into the specified local directory from the current remote directory

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public void DownloadMultiple(
	string localDirectory,
	string wildcard
)
Visual Basic
Public Sub DownloadMultiple ( _
	localDirectory As String, _
	wildcard As String _
)
Visual C++
public:
void DownloadMultiple(
	String^ localDirectory, 
	String^ wildcard
)

Parameters

localDirectory
Type: System..::..String
local directory to get files into
wildcard
Type: System..::..String
wildcard for specifying files (? for single characters and * for multiple characters)

Remarks

Note that if the LocalDirectory property is set and localDirectory is a relative path, it will be combined with the LocalDirectory to find the target directory.

See Also