Returns the given directory's contents and optionally that of its subdirectories as an array of FTPFile objects.
Inherited from FTPClient.
public virtual FTPFile[] DirDetails();
Inherited from FTPClient.
public virtual FTPFile[] DirDetails(string);
Returns the given directory's contents and optionally that of its subdirectories as an array of FTPFile objects.
public FTPFile[] DirDetails(string,bool);