SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Port Property

Specifies the listening port number.

Object Oriented Interface

public function getPort();
public function setPort($value);

Procedural Interface

secureblackbox_sftpserver_get($res, 66 );
secureblackbox_sftpserver_set($res, 66, $value );

Default Value

22

Remarks

Use this property to specify on which port the class will be listening to client connections.

Data Type

Integer

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