An NDoc Documented Class Library

ExFTPConnection.DownloadMultiple Method

Get multiple files into the specified local directory from the current remote directory

Overload List

Get multiple files into the specified local directory from the current remote directory

public void DownloadMultiple(string,FileFilter);

Get multiple files into the specified local directory from the current remote directory

public void DownloadMultiple(string,string);

Get multiple files from the specified remote directory into the specified local directory

public void DownloadMultiple(string,string,FileFilter,bool);

Get multiple files from the specified remote directory into the specified local directory

public void DownloadMultiple(string,string,string,bool);

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace