edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
List this entire remote directory and its contents, including children.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public FTPFile[] DirDetails(
	string remoteDir
)
Visual Basic
Public Function DirDetails ( _
	remoteDir As String _
) As FTPFile()
Visual C++
public:
array<FTPFile^>^ DirDetails(
	String^ remoteDir
)

Parameters

remoteDir
Type: System..::..String
name of remote directory

Return Value

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