UseSSL Property

Use SSL to access the RemoteHost .

Object Oriented Interface

public function getUseSSL();
public function setUseSSL($value);

Procedural Interface

ipworksedi_oftpclient_get($res, 47 );
ipworksedi_oftpclient_set($res, 47, $value );

Default Value

false

Remarks

Use this property to determine whether the class uses SSL to connect with the RemoteHost.

This property is only valid when using version 2.0 of the protocol.

Note: Setting this property to True will set RemotePort to 6619.

This property is not available at design time.

Data Type

Boolean

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