SftpSettings.TreatUnknownItemsAsFiles Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
TreatUnknownItemsAsFiles
Gets or sets a value specifying that filesystem items with unknown type (not file nor directory nor symlink) will be processed as files.
Declaration
public bool TreatUnknownItemsAsFiles { get; set; }
Property Value
Type | Description |
---|---|
Boolean | False (default) to throw an exception when an unknown directory item is processed; true to process such item as file. |