Reflection
WRQTransferWithAttributes Property


Returns or specifies whether attribute information is included with a file being received from the host.
Syntax
'Declaration
 
Property WRQTransferWithAttributes As Boolean
'Usage
 
Dim instance As IFileTransfer
Dim value As Boolean
 
instance.WRQTransferWithAttributes = value
 
value = instance.WRQTransferWithAttributes
bool WRQTransferWithAttributes {get; set;}

Property Value

The default value is false.
Remarks
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 main use of this property is to receive ASCII files from the host and retain their attribute information. The default value is false.
See Also