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
Syntaxpublic void Pbsz(
int bufferSize
)
Public Sub Pbsz (
bufferSize As Integer
)
public:
void Pbsz(
int bufferSize
)
member Pbsz :
bufferSize : int -> unit
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