Get multiple files into the specified local directory from the current remote directory
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);