OFTPConnectionSSIDCode Property

The connected client's SSID code.

Object Oriented Interface

public function getOFTPConnectionSSIDCode($connectionid);
public function setOFTPConnectionSSIDCode($connectionid, $value);

Procedural Interface

ipworksedi_oftpserver_get($res, 24 , $connectionid);
ipworksedi_oftpserver_set($res, 24, $value , $connectionid);

Default Value

''

Remarks

The connected client's SSID code.

The $connectionid parameter specifies the index of the item in the array. The size of the array is controlled by the OFTPConnectionCount property.

This property is not available at design time.

Data Type

String

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