Sets the size of data packets used during upload. Supported sizes are 4 KB to 48 KB.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
| Visual Basic |
|---|
Public Property UploadBufferSize As Integer Get Set |
| C# |
|---|
public int UploadBufferSize { get; set; } |