List the current directory's hrefs as an array of FTPFile objects.

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

Syntax

C#
public FTPFile[] DirDetails()
Visual Basic
Public Function DirDetails As FTPFile()
Visual C++
public:
virtual array<FTPFile^>^ DirDetails() sealed

Return Value

An array of FTPFile objects.

Implements

IFileTransferClient..::..DirDetails()()()()

Remarks

Each href in the page is represented as an FTPFile object. hrefs that appear to be to other HTML pages are represented as directories (as they will contain their own list of hrefs). Non HTML references (e.g. links to files such as xyz.zip) are represented as files.

See Also