Transfer8Dot3FilenameCase Property
In This Topic
Returns or specifies how case is handled in the names of files sent to the host. This property affects WRQ/Reflection, Kermit, and Zmodem transfers, but not Xmodem transfers.
Syntax
Property Value
The default value is TransferCaseOption.Lowercase. TransferCaseOption.Uppercase Host file names are created using all uppercase letters, regardless of the case of the local (source) file. TransferCaseOption.Lowercase Host file names are created using all lowercase letters, regardless of the case of the local (source) file. TransferCaseOption.Preserve The case of the host file name exactly matches the case of the local file name.
See Also