Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / XfrHostCmd Property
In This Topic
    XfrHostCmd Property
    In This Topic
    Gets or sets the name of the host program to be run by Reflection to initiate a file transfer.
    Syntax
    expression.XfrHostCmd As String
    where expression is a variable that represents a FileTransfer Object
    Remarks
    The default value, "IND$FILE", is generally appropriate for CMS and TSO hosts.

    For CICS hosts "IND$FILE" may be appropriate or you may need to specify your site's CICS transaction (for example, "CFTR").

    The default value for the Japanese version of Reflection is "APVUFILE".

    This property affects IND$FILE transfer and is applicable to 3270 sessions only. This string can be up to 9 characters long.
    See Also