An NDoc Documented Class Library

HttpClient.DirDetails Method (String)

List an HTML page's hrefs as an array of FTPFile objects.

public virtual FTPFile[] DirDetails(
   string dirname
);

Parameters

dirname
directory or HTML filename

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

HttpClient Class | EnterpriseDT.Net.Ftp.Http Namespace | HttpClient.DirDetails Overload List