ExFTPConnectionDownloadMultiple(String, FileFilter) Method
Get multiple files into the specified local directory from the current remote directory
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public void DownloadMultiple(
string localDirectory,
FileFilter filter
)
Public Sub DownloadMultiple (
localDirectory As String,
filter As FileFilter
)
public:
void DownloadMultiple(
String^ localDirectory,
FileFilter^ filter
)
member DownloadMultiple :
localDirectory : string *
filter : FileFilter -> unit
Parameters
- localDirectory String
- local directory to get files into
- filter FileFilter
- FileFilter to use for determining which files should be included.
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.