Programming with Reflection

image\rwnprg32.gif WRQTransferLink property

 

Syntax

object.WRQTransferLink
object.WRQTransferLink = Value

Works with

image\r124.gif

Data type

Enumeration

 

Description

Returns (first syntax line) or specifies (second syntax line) the extent to which nonprinting ASCII characters are automatically converted to printing ASCII characters during file transfers.

If WRQFastFileTransfer is True, Reflection attempts to do fast file transfers. If a fast file transfer takes place, the WRQTransferLink property is ignored.

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

Values

The default value is rc8BitLink.

rc8BitLink Only a small number of nonprinting ASCII characters are converted. Setting WRQTransferLink to rc8BitLink automatically sets WRQStartCharacter to the start-of-text character, represented as Chr$(rcSTX), and sets WRQEndCharacter to the end-of-text character, represented as Chr$(rcETX). It also specifies that characters specified with WRQExtraCharacters should be ignored.

rc7BitLink All nonprinting ASCII characters are converted. Using this value may cause a noticeable slowdown in the speed of the transfer. Setting WRQTransferLink to rc7BitLink automatically sets WRQStartCharacter to "(" and WRQEndCharacter to ")". It also specifies that characters specified with WRQExtraCharacters should be ignored.

rcUserDefinedLink All characters that would be converted under rc8BitLink are converted, along with additional characters as specified with the WRQExtraCharacters property.

 

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property