An NDoc Documented Class Library

AbstractRecursiveOperations.Get Method (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

public void Get(
   string localDir,
   string remoteDir,
   bool detectTransferMode
);

Parameters

localDir
name of local directory to get files into
remoteDir
name of remote directory to get files from
detectTransferMode
true if transfer mode is to be auto-detected from

Remarks

No directories are retrieved.

See Also

AbstractRecursiveOperations Class | EnterpriseDT.Net.Ftp Namespace | AbstractRecursiveOperations.Get Overload List