Begins an asynchronous request to retrieve the working directory's contents as an array of FTPFile objects.
Begins an asynchronous request to retrieve the working directory's contents as an array of FTPFile objects.
public virtual IAsyncResult BeginGetFileInfos(AsyncCallback,object);
Begins an asynchronous request to retrieve the given directory's contents as an array of FTPFile objects.
public virtual IAsyncResult BeginGetFileInfos(string,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.
public virtual IAsyncResult BeginGetFileInfos(string,bool,AsyncCallback,object);