HttpClientMultipleGet(String, String, String, Boolean) Method
Get multiple files from the specified remote directory into the specified local directory
Namespace: EnterpriseDT.Net.Ftp.HttpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public void MultipleGet(
string localDir,
string remoteDir,
string wildcard,
bool recurse
)
Public Sub MultipleGet (
localDir As String,
remoteDir As String,
wildcard As String,
recurse As Boolean
)
public:
virtual void MultipleGet(
String^ localDir,
String^ remoteDir,
String^ wildcard,
bool recurse
) sealed
abstract MultipleGet :
localDir : string *
remoteDir : string *
wildcard : string *
recurse : bool -> unit
override MultipleGet :
localDir : string *
remoteDir : string *
wildcard : string *
recurse : bool -> unit
- localDir String
- local directory name
- remoteDir String
- remote directory name
- wildcard String
- wildcard for specifying files (? for single characters and * for multiple characters)
- recurse Boolean
- if true, subdirectories are put
IExFileTransferClientMultipleGet(String, String, String, Boolean) Optionally, all subdirectories can be transferred as well. Note that the wildcard
is only applicable to files, not to subdirectories