SecureBlackbox 2020 C++ Edition

Questions / Feedback?

AutoAdjustTransferBlock Property

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

Syntax

ANSI (Cross Platform)
int GetAutoAdjustTransferBlock();
int SetAutoAdjustTransferBlock(int bAutoAdjustTransferBlock); Unicode (Windows) BOOL GetAutoAdjustTransferBlock();
INT SetAutoAdjustTransferBlock(BOOL bAutoAdjustTransferBlock);
@property (nonatomic,readwrite,assign,getter=autoAdjustTransferBlock,setter=setAutoAdjustTransferBlock:) BOOL autoAdjustTransferBlock;
- (BOOL)autoAdjustTransferBlock;
- (void)setAutoAdjustTransferBlock:(BOOL)newAutoAdjustTransferBlock;
#define PID_SFTPCLIENT_AUTOADJUSTTRANSFERBLOCK 2

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_SFTPClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_SFTPClient_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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