edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FTPConnectionTCPBufferSize Property

TCP read/write buffer size of the underlying sockets (-1 means use defaults). For some transfers setting this value to 0 can improve performance.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public virtual int TCPBufferSize { get; set; }

Property Value

Type: Int32
Remarks
The default value is -1, which means use the Microsoft defaults.
See Also