SecureBlackbox 2020 PHP Edition

Questions / Feedback?

UploadBlockSize Property

The upload block size in bytes.

Object Oriented Interface

public function getUploadBlockSize();
public function setUploadBlockSize($value);

Procedural Interface

secureblackbox_sftpclient_get($res, 145 );
secureblackbox_sftpclient_set($res, 145, $value );

Default Value

32256

Remarks

Use this property to manually control the size of upload 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 2020 PHP Edition - Version 20.0 [Build 8154]