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

AbstractRecursiveOperationsDirDetails(String, String) Method

List this files in remote directory that match the given wildcard, including children.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public FTPFile[] DirDetails(
	string remoteDir,
	string wildcard
)

Parameters

remoteDir  String
name of remote directory
wildcard  String
wildcard to use for filtering directory listings

Return Value

FTPFile
list of FTPFile objects that contain their children or null if the remote directory doesn't exist

Remarks

Each FTPFile object has an array of FTPFile objects called Children.

See Also