SftpSettings.IgnoreCloseErrors Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 8.0.9673)
IgnoreCloseErrors
Gets or sets a value that specifies whether to ignore failed SSH_FXP_CLOSE requests.
Declaration
public bool IgnoreCloseErrors { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean | True to ignore, false to report. |