SftpSettings.DisablePutFileZeroOffsetTruncate Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
DisablePutFileZeroOffsetTruncate
Gets or sets a value that specifies whether Sftp.PutFile method truncates files when a zero remote offset is specified.
Declaration
public bool DisablePutFileZeroOffsetTruncate { get; set; }
Property Value
Type | Description |
---|---|
Boolean | False (default) to truncate files when zero remote offset is specified; true to keep the files. |