InfoConnect for Airlines VBA Guide
Transfer8Dot3FilenameCase Property
Returns or specifies how capitalization is handled in the names of files sent to the host.
Syntax
Object.Transfer8Dot3FilenameCase As TransferCaseOption
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