SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

TransferType Property

Sets the file transfer mode.

Syntax

ANSI (Cross Platform)
int GetTransferType();
int SetTransferType(int iTransferType); Unicode (Windows) INT GetTransferType();
INT SetTransferType(INT iTransferType);

Possible Values

CTT_TEXT(0), 
CTT_BINARY(1)
@property (nonatomic,readwrite,assign,getter=transferType,setter=setTransferType:) int transferType;
- (int)transferType;
- (void)setTransferType:(int)newTransferType;

Possible Values

CTT_TEXT(0), 
CTT_BINARY(1)
#define PID_FTPCLIENT_TRANSFERTYPE 150

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

Default Value

1

Remarks

Use this property to switch between binary and text transfer modes.

cttText0
cttBinary1

Data Type

Integer

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