Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr400HostTP Property
In This Topic
Xfr400HostTP Property
In This Topic
Gets or sets which host transaction program (TP) Reflection uses.
Syntax
expression.Xfr400HostTP As AS400HostTPOption
where expression is a variable that represents a FileTransfer Object

Property Value

A AS400HostTPOption Enumeration value.
Remarks
This property is only relevant for TCP/IP file transfers (that is, XfrTransport is set to LipiTcp).
  • Uses EHNTFW transaction program. (The default.)
  • Uses LIPI transaction program.
See Also