AbstractRecursiveOperationsDirDetails(String, String) Method
List this files in remote directory that match the given wildcard, including children.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public FTPFile[] DirDetails(
string remoteDir,
string wildcard
)
Public Function DirDetails (
remoteDir As String,
wildcard As String
) As FTPFile()
public:
array<FTPFile^>^ DirDetails(
String^ remoteDir,
String^ wildcard
)
member DirDetails :
remoteDir : string *
wildcard : string -> FTPFile[]
- remoteDir String
- name of remote directory
- wildcard String
- wildcard to use for filtering directory listings
FTPFilelist of FTPFile objects that contain their children or
null if the
remote directory doesn't exist