Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library
/
Attachmate.Reflection.Objects.Emulation.OpenSystems Library
/
FileTransfer Object
/ Transfer8Dot3FilenameCase Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Visual Basic (Declaration)
In This Topic
Transfer8Dot3FilenameCase Property
In This Topic
Returns or specifies how capitalization is handled in the names of files sent to the host.
Syntax
Visual Basic (Declaration)
expression
.Transfer8Dot3FilenameCase
As
TransferCaseOption
where
expression
is a variable that represents a
FileTransfer Object
Property Value
A
TransferCaseOption
value
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
Reference
FileTransfer Object
FileTransfer Members