Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / WRQFrameSize Property
WRQFrameSize Property
Returns or specifies the total length (in characters) of a file transfer packet, including the start and end characters, but not the delimiting character.
Syntax
expression.WRQFrameSize As Integer
where expression is a variable that represents a FileTransfer Object
Exceptions
ExceptionDescription
Thrown if a value outside the range of valid values is specified.
Remarks
For a VMS host, if WRQFrameSize is set to a value higher than 512 and WRQWindowSize is set to a value higher than 1, the window size is temporarily adjusted to 1 for file transfers.

If WRQFastFileTransfer is true, fast file transfers are attempted. If a fast file transfer takes place, the WRQFrameSize property is ignored.

This property is relevant only for transfers that use the WRQ/Reflection protocol.

The default depends on whether you have selected UNIX or OpenVMS defaults. See HostForDefaultSettings for details. The range of values is 32-1024.
See Also