SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

AutoAdjustTransferBlock Property

Specifies whether to adjust the send and receive buffer sizes automatically.

Object Oriented Interface

public function getAutoAdjustTransferBlock();
public function setAutoAdjustTransferBlock($value);

Procedural Interface

secureblackboxlite_sftpclient_get($res, 2 );
secureblackboxlite_sftpclient_set($res, 2, $value );

Default Value

true

Remarks

Automatic transfer block size adjustment may be beneficial for maximizing interoperability and achieving the best transfer speeds.

Use DownloadBlockSize, UploadBlockSize, and PipelineLength properties to adjust the transfer settings manually.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 PHP Edition - Version 20.0 [Build 8166]