IFtpSettings.SkipDuplicateItems Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
SkipDuplicateItems
Gets or sets a value that indicates whether to skip duplicate items in directory listings or whether to fail.
Declaration
bool SkipDuplicateItems { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True to skip duplicate items; false to throw an exception. |