SftpSettings.DisableFxpStatWorkaround Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
DisableFxpStatWorkaround
Gets or sets a value that disables workaround for a SSH_FXP_STAT command, which is known not to work correctly on some servers.
Declaration
public bool DisableFxpStatWorkaround { get; set; }
Property Value
Type | Description |
---|---|
Boolean | False (default) to keep the workaround working; true to disable the workaround. |