Sets the size of data packets used during download. Supported sizes are 4 KB to 48 KB.

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

Syntax

Visual Basic
Public Property DownloadBufferSize As Integer
	Get
	Set
C#
public int DownloadBufferSize { get; set; }

Remarks

Please note that some buggy servers are unable to properly handle read requests for more than 32 KB.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also