SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

DownloadBlockSize Property

The download block size in bytes.

Object Oriented Interface

public function getDownloadBlockSize();
public function setDownloadBlockSize($value);

Procedural Interface

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

Default Value

65536

Remarks

Use this property to manually control the size of download blocks. Typically you will only need to adjust this property if the default transfer settings (AutoAdjustTransferBlock) don't work.

Data Type

Integer

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