EDI Integrator V9 - Online Help
Available for:
EDI Integrator V9
Questions / Feedback?

Version Property

Which version of the OFTP protocol the component is using.

Syntax

public int getVersion();
public void setVersion(int version);

Enumerated values: public final static int oftpVer12 = 0; public final static int oftpVer13 = 1; public final static int oftpVer14 = 2; public final static int oftpVer20 = 3;

Remarks

This property is used to specify which version of the OFTP protocol the component is using. By default, oftpVer12 (0) is used which is version 1.2 of the protocol. The values oftpVer13 (1) and oftpVer14 (2) represent versions 1.3 and 1.4 of the protocol, respectively.

Version 2.0 (oftpVer20) of the protocol must be used when using security functions. UseSSL, SecureAuthentication, VirtualFileSecurityLevel, and Compress all are only valid for version 2.0 of the protocol.

Default Value

0

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0