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

SSLFTPClientPbsz Method

Defines the buffer-size to be used on data-connections.

Namespace:  EnterpriseDT.Net.Ftp.Ssl
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public void Pbsz(
	int bufferSize
)

Parameters

bufferSize
Type: SystemInt32
Buffer-size to use (must be zero).
Remarks

In conformity with the standard, this method must be

(zero). Note that this method is required only to conform with the standard.

One of the Auth() methods must be called prior to calling this method. In most cases, calling Auth() will also implicitly cause this method to be called, so it's usually unnecessary to call this method explicitly.

See Also