InfoConnect for Airlines VBA Guide
TransferCaseOption Enumeration
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