If TransferNewOnly is set then only files that do not exist on the target file-system will be considered.

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

Syntax

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

See Also