Put multiple files from the specified local directory into the current remote directory
Put multiple files from the specified local directory into the current remote directory
void MultiplePut(string,FileFilter);
Put multiple files from the specified local directory into the current remote directory
void MultiplePut(string,string);
Put multiple files from the specified local directory into the specified remote directory
void MultiplePut(string,string,FileFilter,bool);
Put multiple files from the specified local directory into the specified remote directory
void MultiplePut(string,string,string,bool);
IExFileTransferClient Interface | EnterpriseDT.Net.Ftp Namespace