SftpSettings.IgnoreCloseErrors Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
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. |