Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / TransferCaseOption Enumeration
In This Topic
    TransferCaseOption Enumeration
    In This Topic
    Specifies how letter case is handled in the names of files sent to the host.
    Members
    MemberDescription
    LowerCaseHost filenames are created using all lowercase letters, regardless of the case of the local (source) file.
    PreserveThe letter case of the host filename exactly matches the case of the local filename.
    UpperCaseHost filenames are created using all uppercase letters, regardless of the case of the local (source) file.
    Remarks
    This affects WRQ/Reflection, Kermit, and Zmodem transfers (not Xmodem transfers).
    See Also