OFTPConnectionCompress Property

Whether or not compression is used on the outgoing or incoming file.

Syntax

bool GetOFTPConnectionCompress(int iConnectionId);
int SetOFTPConnectionCompress(int iConnectionId, bool bOFTPConnectionCompress);

Default Value

false

Remarks

Whether or not compression is used on the outgoing or incoming file.

When sending files to the client, if Compress is true the file will be compressed.

When receiving files, query this property to determine whether the file received from the client was compressed or not.

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

Boolean

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