| GetFileInfos | Returns the working directory's contents as an array of FTPFile objects. |
| GetFileInfos(String) | Returns the given directory's contents as an array of FTPFile objects. |
| GetFileInfos(String, Boolean) | Returns the given directory's contents and optionally that of its subdirectories as an array of FTPFile objects. |
| GetFileInfos(String, FTPFileCallback) | Returns the given directory's contents as an array of FTPFile objects. |
| GetFileInfos(String, String, Boolean) | Returns the files in the given directory that match the wildcard, and optionally that of its subdirectories. |