Returns the working directory's contents as an array of FTPFile objects.
Returns the working directory's contents as an array of FTPFile objects.
public override FTPFile[] GetFileInfos();
Returns the given directory's contents as an array of FTPFile objects.
public override 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);