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

AbstractRecursiveOperationsDirDetails(String) Method

List this entire remote directory and its contents, including children.

Definition

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

Parameters

remoteDir  String
name of remote directory

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