Gets or sets a value that indicates whether to skip duplicate items in directory listings or whether to fail.

Namespace:  Rebex.Net
Assembly:  Rebex.FileTransfer (in Rebex.FileTransfer.dll)

Syntax

Visual Basic
Public Property SkipDuplicateItems As Boolean
	Get
	Set
C#
public bool SkipDuplicateItems { get; set; }

Field Value

True to skip duplicate items; false to throw an exception.

Implements

IFtpSettings..::..SkipDuplicateItems

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also