SecureBlackbox 2020 PHP Edition

Questions / Feedback?

RestartAt Property

The offset to restart the file transfer from.

Object Oriented Interface

public function getRestartAt();
public function setRestartAt($value);

Procedural Interface

secureblackbox_ftpclient_get($res, 103 );
secureblackbox_ftpclient_set($res, 103, $value );

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 2020 PHP Edition - Version 20.0 [Build 8154]