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

[VB.NET]
Public Property Version As OftpclientVersions

[C#]
public OftpclientVersions Version {get; set;}

enum OftpclientVersions { oftpVer12, oftpVer13, oftpVer14, oftpVer20 }

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