edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

AbstractRecursiveOperationsGet(String, String, Boolean) Method

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

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public void Get(
	string localDir,
	string remoteDir,
	bool detectTransferMode
)

Parameters

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

Remarks

No directories are retrieved.

See Also