edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSLFTPClientPbsz Method

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

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssl
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public void Pbsz(
	int bufferSize
)

Parameters

bufferSize  Int32
Buffer-size to use (must be zero).

Remarks

In conformity with the standard, this method must be 0 (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