SftpSettings.DownloadBufferSize Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
DownloadBufferSize
Sets the size of data packets used during download. Supported sizes are 4 KB to 48 KB.
Declaration
public int DownloadBufferSize { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Remarks
Please note that some buggy servers are unable to properly handle read requests for more than 32 KB.