OFTPConnectionEncryptionAlgorithm Property

The encryption algorithm used when sending files to the client.

Object Oriented Interface

public function getOFTPConnectionEncryptionAlgorithm($connectionid);
public function setOFTPConnectionEncryptionAlgorithm($connectionid, $value);

Procedural Interface

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

Default Value

0

Remarks

The encryption algorithm used when sending files to the client.

In order to use encryption, you must set the OFTPConnectionVirtualFileSecurityLevel property. The supported algorithms for encryption are:

0 (encra3DES - default) DES (Triple Data Encryption Standard).
1 (encraAES) AES (Advanced Encryption Standard with key length of 128).

Note that this is only applicable when Version 2.0 of the protocol is used as indicated by OFTPConnectionVersion.

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

Integer

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