Gets or sets a value that specifies whether Sftp.PutFile method truncates files when a zero remote offset is specified.

Namespace:  Rebex.Net
Assembly:  Rebex.FileTransfer (in Rebex.FileTransfer.dll)

Syntax

Visual Basic
Public Property DisablePutFileZeroOffsetTruncate As Boolean
	Get
	Set
C#
public bool DisablePutFileZeroOffsetTruncate { get; set; }

Field Value

False (default) to truncate files when zero remote offset is specified; true to keep the files.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also