Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / WRQEndOfFrameCharacter Property
In This Topic
WRQEndOfFrameCharacter Property
In This Topic
Returns or specifies the character that indicates the end of a file transfer frame.
Syntax
expression.WRQEndOfFrameCharacter As String
where expression is a variable that represents a FileTransfer Object
Remarks
If WRQFastFileTransfer is true, fast file transfers are attempted. Fast file transfers ignore the WRQEndCharacter property. This property is relevant only for transfers that use the WRQ/Reflection protocol.

The default is the end of text character, represented as "\0x0003". The value can be any control character with an ASCII value less than 32 (that is, "\0x0000" through "\0x001f") or the closing parenthesis ")".
See Also