Reflection
TransferCaseOption Enumeration


Specifies how letter case is handled in the names of files sent to the host. This affects WRQ/Reflection, Kermit, and Zmodem transfers, but not Xmodem transfers.
Syntax
'Declaration
 
Public Enum TransferCaseOption 
   Inherits System.Enum
'Usage
 
Dim instance As TransferCaseOption
public enum TransferCaseOption : System.Enum 
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.TransferCaseOption

See Also