An NDoc Documented Class Library

ExFTPClient.MultipleGet Method (String, String, String, Boolean)

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

public void MultipleGet(
   string localDir,
   string remoteDir,
   string wildcard,
   bool recurse
);

Parameters

localDir
local directory name
remoteDir
remote directory name
wildcard
wildcard for specifying files (? for single characters and * for multiple characters)
recurse
if true, subdirectories are put

Implements

IExFileTransferClient.MultipleGet

Remarks

Optionally, all subdirectories can be transferred as well. Note that the wildcard is only applicable to files, not to subdirectories

See Also

ExFTPClient Class | EnterpriseDT.Net.Ftp Namespace | ExFTPClient.MultipleGet Overload List