SecureBlackbox 2020 PHP Edition

Questions / Feedback?

DataHost Property

Host address for incoming data channel connections.

Object Oriented Interface

public function getDataHost();
public function setDataHost($value);

Procedural Interface

secureblackbox_ftpserver_get($res, 11 );
secureblackbox_ftpserver_set($res, 11, $value );

Default Value

''

Remarks

Use this property to specify the address for incoming data channel connections, if it is different to Host.

In some network environments, in particular, where the server is behind a NAT, there may be a requirement to use a different host address for data connections.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]