An NDoc Documented Class Library

AbstractRecursiveOperations.DirDetails Method (String, String)

List this files in remote directory that match the given wildcard, including children.

public FTPFile[] DirDetails(
   string remoteDir,
   string wildcard
);

Parameters

remoteDir
name of remote directory
wildcard
wildcard to use for filtering directory listings

Return Value

list of FTPFile objects that contain their children or null if the remote directory doesn't exist

Remarks

Each FTPFile object has an array of FTPFile objects called Children.

See Also

AbstractRecursiveOperations Class | EnterpriseDT.Net.Ftp Namespace | AbstractRecursiveOperations.DirDetails Overload List