Puts all files from supplied local dir matching the supplied wildcard into the current remote directory.
Puts all files from supplied local dir matching the supplied wildcard into the current remote directory.
public void PutFilesIntoCurrentDir(string,FileFilter,bool);
Puts all files from supplied local dir matching the supplied wildcard into the current remote directory.
public void PutFilesIntoCurrentDir(string,string,bool);
AbstractRecursiveOperations Class | EnterpriseDT.Net.Ftp Namespace