Overload List
| Name | Description | |
|---|---|---|
| BeginGetFileInfos(AsyncCallback, Object) |
Begins an asynchronous request to retrieve the working directory's contents as an array of FTPFile objects.
| |
| BeginGetFileInfos(String, AsyncCallback, Object) |
Begins an asynchronous request to retrieve the given directory's contents as an array of FTPFile objects.
| |
| BeginGetFileInfos(String, Boolean, AsyncCallback, Object) |
Begins an asynchronous request to retrieve the given directory's contents (and optionally that
of its subdirectories) as an array of FTPFile objects.
| |
| BeginGetFileInfos(String, String, Boolean, AsyncCallback, Object) |
Begins an asynchronous request to retrieve the given directory's contents (and optionally that
of its subdirectories) as an array of FTPFile objects.
|