Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / Transfer8Dot3FilenameCase Property
In This Topic
    Transfer8Dot3FilenameCase Property
    In This Topic
    Returns or specifies how capitalization is handled in the names of files sent to the host.
    Syntax
    expression.Transfer8Dot3FilenameCase As TransferCaseOption
    where expression is a variable that represents a FileTransfer Object

    Property Value

    A TransferCaseOption value
    Remarks
    This property affects WRQ/Reflection, Kermit, and Zmodem transfers, but not Xmodem transfers.
    • Host filenames use all uppercase letters.
    • Host filenames use all lowercase letters. (The default.)
    • Host filenames match the case of the local (source) filename exactly.
    See Also