If TransferMatchingOnly is set then only files that exist both on the source and target file-systems will be considered.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public bool TransferMatchingOnly { get; set; }
Visual Basic
Public Property TransferMatchingOnly As Boolean
	Get
	Set
Visual C++
public:
property bool TransferMatchingOnly {
	bool get ();
	void set (bool value);
}

See Also