List this entire remote directory and its contents, including children.
List this entire remote directory and its contents, including children.
public FTPFile[] DirDetails(string);
List this files in remote directory that match the given wildcard, including children.
public FTPFile[] DirDetails(string,string);
AbstractRecursiveOperations Class | EnterpriseDT.Net.Ftp Namespace