TransferCaseOption Enumeration
In This Topic
Specifies how letter case is handled in the names of files sent to the host.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("E20408E3-BCA9-42cc-B6A4-1BB6CE880724")>
Public Enum TransferCaseOption
Inherits System.Enum
Members
Member | Description |
LowerCase | Host filenames are created using all lowercase letters, regardless of the case of the local (source) file. |
Preserve | The letter case of the host filename exactly matches the case of the local filename. |
UpperCase | Host filenames are created using all uppercase letters, regardless of the case of the local (source) file. |
See Also