An NDoc Documented Class Library

IExFileTransferClient.MultipleGet Method (String, String, FileFilter, Boolean)

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

void MultipleGet(
   string localDir,
   string remoteDir,
   FileFilter filter,
   bool recurse
);

Parameters

localDir
local directory name
remoteDir
remote directory name
filter
FileFilter to use for determining which files should be included.
recurse
if true, subdirectories are put

Remarks

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

See Also

IExFileTransferClient Interface | EnterpriseDT.Net.Ftp Namespace | IExFileTransferClient.MultipleGet Overload List