SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

RestartAt Property

The offset to restart the file transfer from.

Syntax

ANSI (Cross Platform)
int64 GetRestartAt();
int SetRestartAt(int64 lRestartAt); Unicode (Windows) LONG64 GetRestartAt();
INT SetRestartAt(LONG64 lRestartAt);
@property (nonatomic,readwrite,assign,getter=restartAt,setter=setRestartAt:) long long restartAt;
- (long long)restartAt;
- (void)setRestartAt:(long long)newRestartAt;
#define PID_FTPCLIENT_RESTARTAT 103

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

If non-zero, tells the component to restart the file transfer operation at the specified position, rather than transfer the file in full.

Data Type

Long64

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