Gets or sets a value specifying that filesystem items with unknown type (not file nor directory nor symlink) will be processed as files.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
Visual Basic |
---|
Public Property TreatUnknownItemsAsFiles As Boolean Get Set |
C# |
---|
public bool TreatUnknownItemsAsFiles { get; set; } |