INTERNAL USE ONLY
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
protected void SyncDownloadMultiple(
string localDirectory,
string remoteDirectory,
string wildcard,
bool includeSubDirs
) |
| Visual Basic |
|---|
Protected Sub SyncDownloadMultiple ( _
localDirectory As String, _
remoteDirectory As String, _
wildcard As String, _
includeSubDirs As Boolean _
) |
| Visual C++ |
|---|
protected:
void SyncDownloadMultiple(
String^ localDirectory,
String^ remoteDirectory,
String^ wildcard,
bool includeSubDirs
) |
See Also