Returns the given directory's contents and optionally that of its subdirectories as an array of FTPFile objects.
Inherited from FTPConnection.
public virtual FTPFile[] GetFileInfos();
Inherited from FTPConnection.
public virtual FTPFile[] GetFileInfos(string);
Returns the given directory's contents and optionally that of its subdirectories as an array of FTPFile objects.
public FTPFile[] GetFileInfos(string,bool);
Returns the files in the given directory that match the wildcard, and optionally that of its subdirectories.
public FTPFile[] GetFileInfos(string,string,bool);