Ftp.UploadBufferLength Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
UploadBufferLength
Gets or sets the size of the upload buffer. Allowed values are 2KB to 16MB. Default is 16KB (4KB on .NET CF).
Declaration
public int UploadBufferLength { get; set; }
Property Value
Type | Description |
---|---|
Int32 | Upload buffer size. |