edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

ExFTPConnectionDownloadMultiple Method (String, FileFilter)

Get multiple files into the specified local directory from the current remote directory

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public void DownloadMultiple(
	string localDirectory,
	FileFilter filter
)

Parameters

localDirectory
Type: SystemString
local directory to get files into
filter
Type: EnterpriseDT.Net.FtpFileFilter
FileFilter to use for determining which files should be included.
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