| Get(String, String, Boolean) | 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 |
| Get(String, String, FileFilter, Boolean) | Gets this entire remote directory and its contents, recursively going through the remote directory name supplied. |
| Get(String, String, String, Boolean) | Gets this entire remote directory and its contents, recursively going through the remote directory name supplied. |
| Get(String, String, FileFilter, Boolean, Boolean) | Gets this entire remote directory and its contents, recursively (if recurse is set to true) going through the remote directory name supplied. |
| Get(String, String, String, Boolean, Boolean) | Gets this entire remote directory and its contents, recursively (if recurse is set to true) going through the remote directory name supplied. |