edtFTPnet/Express - Class Reference

ExFTPConnection.BeginDownloadMultiple Method

Begins an asynchronous request to download multiple files from the FTP server and save them locally.

Overload List

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);

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace