SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

PipelineLength Property

The number of parallelized transfer requests.

Syntax

ANSI (Cross Platform)
int GetPipelineLength();
int SetPipelineLength(int iPipelineLength); Unicode (Windows) INT GetPipelineLength();
INT SetPipelineLength(INT iPipelineLength);
@property (nonatomic,readwrite,assign,getter=pipelineLength,setter=setPipelineLength:) int pipelineLength;
- (int)pipelineLength;
- (void)setPipelineLength:(int)newPipelineLength;
#define PID_SFTPCLIENT_PIPELINELENGTH 63

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_SFTPClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOXLITE_EXTERNAL int SECUREBLACKBOXLITE_CALL SecureBlackboxLite_SFTPClient_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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 Lite 2020 C++ Edition - Version 20.0 [Build 8166]