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