HttpClientDirDetails(String) Method
List an HTML page's hrefs as an array of FTPFile objects.
Namespace: EnterpriseDT.Net.Ftp.HttpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public virtual FTPFile[] DirDetails(
string dirname
)
Public Overridable Function DirDetails (
dirname As String
) As FTPFile()
public:
virtual array<FTPFile^>^ DirDetails(
String^ dirname
)
abstract DirDetails :
dirname : string -> FTPFile[]
override DirDetails :
dirname : string -> FTPFile[]
- dirname String
- directory or HTML filename
FTPFileAn array of
FTPFile objects.
IFileTransferClientDirDetails(String)
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.