An NDoc Documented Class Library

AbstractRecursiveOperations.GetFilesFromCurrentDir Method (String, String, Boolean)

Gets all files matching the supplied wildcard from current remote directory into supplied local dir

public void GetFilesFromCurrentDir(
   string localDir,
   string wildcard,
   bool detectTransferMode
);

Parameters

localDir
name of local directory to get files into
wildcard
wildcard for specifying files (? for single characters and * for multiple characters)
detectTransferMode
true if transfer mode is to be auto-detected from

Remarks

No directories are retrieved.

See Also

AbstractRecursiveOperations Class | EnterpriseDT.Net.Ftp Namespace | AbstractRecursiveOperations.GetFilesFromCurrentDir Overload List