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
void MultipleGet(string,FileFilter);
Get multiple files into the specified local directory from the current remote directory
void MultipleGet(string,string);
Get multiple files from the specified remote directory into the specified local directory
void MultipleGet(string,string,FileFilter,bool);
Get multiple files from the specified remote directory into the specified local directory
void MultipleGet(string,string,string,bool);
IExFileTransferClient Interface | EnterpriseDT.Net.Ftp Namespace