FTPClientDirDetails(String) Method
List a directory's contents as an array of FTPFile objects.
Namespace: EnterpriseDT.Net.FtpAssembly: 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
-
FTPFileAn array of
FTPFile objects.
IFileTransferClientDirDetails(String)
This works for Windows and most Unix FTP servers. Please inform EDT
about unusual formats (support@enterprisedt.com). Note that for some
servers, this will not work from the parent directory of dirname. You
need to ChDir() into dirname and use DirDetails() (with no arguments).