SecureBlackbox 2020 PHP Edition

Questions / Feedback?

PipelineLength Property

The number of parallelized transfer requests.

Object Oriented Interface

public function getPipelineLength();
public function setPipelineLength($value);

Procedural Interface

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

Default Value

32

Remarks

This property controls the number of upload/download requests sent simultaneously. This speeds the transfer up, but may lead to issues with older/immature servers.

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]