SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

TransferType Property

Sets the file transfer mode.

Object Oriented Interface

public function getTransferType();
public function setTransferType($value);

Procedural Interface

secureblackboxlite_ftpclient_get($res, 150 );
secureblackboxlite_ftpclient_set($res, 150, $value );

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