An NDoc Documented Class Library

AbstractRecursiveOperations.DirDetails Method (String)

List this entire remote directory and its contents, including children.

public FTPFile[] DirDetails(
   string remoteDir
);

Parameters

remoteDir
name of remote directory

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