Gets or sets the size of the upload buffer. Allowed values are 2KB to 16MB. Default is 16KB (4KB on .NET CF).

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

Syntax

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

Field Value

Upload buffer size.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also