Puts this entire directory and its contents.
Puts this entire directory and its contents.
public void Put(string,string,FileFilter,bool);
Puts this entire directory and its contents.
public void Put(string,string,FileFilter,bool,bool);
Puts this entire directory and its contents, recursively going through the local directory supplied (which can be relative or absolute).
public void Put(string,string,bool);
Puts this entire directory and its contents.
public void Put(string,string,string,bool);
Puts this entire directory and its contents.
public void Put(string,string,string,bool,bool);
AbstractRecursiveOperations Class | EnterpriseDT.Net.Ftp Namespace