Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / WRQTransferWithAttributes Property
In This Topic
WRQTransferWithAttributes Property
In This Topic
Returns or specifies whether attribute information is included with a file being received from the host.
Syntax
expression.WRQTransferWithAttributes As Boolean
where expression is a variable that represents a FileTransfer Object
Remarks
The main use of this property is to receive ASCII files from the host and retain their attribute information. This property is relevant only for transfers that use the WRQ/Reflection protocol. For binary transfers, WRQTransferWithAttributes is equivalent to using TransferTypeOption.Image as the value of the TransferType argument with the WRQSendFile method. The default value is false.
See Also