Begins an asynchronous request to download multiple files from the FTP server and save them locally.
Begins an asynchronous request to download multiple files from the FTP server and save them locally.
public virtual IAsyncResult BeginDownloadMultiple(string,FileFilter,AsyncCallback,object);
Begins an asynchronous request to download multiple files from the FTP server and save them locally.
public virtual IAsyncResult BeginDownloadMultiple(string,string,FileFilter,bool,AsyncCallback,object);
Begins an asynchronous request to download multiple files from the FTP server and save them locally.
public virtual IAsyncResult BeginDownloadMultiple(string,string,AsyncCallback,object);
Begins an asynchronous request to download multiple files from the FTP server and save them locally.
public virtual IAsyncResult BeginDownloadMultiple(string,string,string,bool,AsyncCallback,object);