SftpSettings.EnableMissingCreateTimeWorkaround Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
EnableMissingCreateTimeWorkaround
Gets or sets a value that enables workaround for broken SSH_FXP_STAT response that include CREATETIME flag even though the field itself is missing (as observed with ProFTPd's 1.3.6 mod_sftp module).
Declaration
public bool? EnableMissingCreateTimeWorkaround { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Boolean> | True to enable the workaround; false to disable it; null to auto-detect. |