AbstractRecursiveOperationsDirDetails(String) Method
List this entire remote directory and its contents, including children.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public FTPFile[] DirDetails(
string remoteDir
)
Public Function DirDetails (
remoteDir As String
) As FTPFile()
public:
array<FTPFile^>^ DirDetails(
String^ remoteDir
)
member DirDetails :
remoteDir : string -> FTPFile[]
- remoteDir String
- name of remote directory
FTPFilelist of FTPFile objects that contain their children or
null if the
remote directory doesn't exist