ExFTPConnectionDownloadMultiple(String, String) 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,
string wildcard
)
Public Sub DownloadMultiple (
localDirectory As String,
wildcard As String
)
public:
void DownloadMultiple(
String^ localDirectory,
String^ wildcard
)
member DownloadMultiple :
localDirectory : string *
wildcard : string -> unit
Parameters
- localDirectory String
- local directory to get files into
- wildcard String
- wildcard for specifying files (? for single characters and * for multiple characters)
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.