edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

AbstractRecursiveOperationsGetFilesFromCurrentDir(String, String, Boolean) Method

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

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public void GetFilesFromCurrentDir(
	string localDir,
	string wildcard,
	bool detectTransferMode
)

Parameters

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

Remarks

No directories are retrieved.

See Also