Compress Property

Whether or not to compress the outgoing file.

Object Oriented Interface

public function getCompress();
public function setCompress($value);

Procedural Interface

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

Default Value

false

Remarks

When sending a file to the trading partner, set this to true for the class to compress the file before sending. The file will first be compressed to a temporary file before being sent.

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

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]