Gets this entire remote directory and its contents, recursively going through the remote directory name supplied.
Gets this entire remote directory and its contents, recursively going through the remote directory name supplied.
public void Get(string,string,FileFilter,bool);
Gets this entire remote directory and its contents, recursively (if recurse is set to true) going through the remote directory name supplied.
public void Get(string,string,FileFilter,bool,bool);
Gets this entire remote directory and its contents, recursively going through the remote directory name supplied. Gets the directory into the current local directory, into a directory with supplied localDir name
public void Get(string,string,bool);
Gets this entire remote directory and its contents, recursively going through the remote directory name supplied.
public void Get(string,string,string,bool);
Gets this entire remote directory and its contents, recursively (if recurse is set to true) going through the remote directory name supplied.
public void Get(string,string,string,bool,bool);
AbstractRecursiveOperations Class | EnterpriseDT.Net.Ftp Namespace