SftpSettings.SkipDuplicateItems Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.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
public bool SkipDuplicateItems { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True to skip duplicate items; false to throw an exception. |