TransferLinkOption Enumeration
In This Topic
Options for specifying the extent to which nonprinting ASCII characters are automatically converted to printing ASCII characters during file transfers.
Members
Member | Description |
EightBitLink | Only a small number of nonprinting ASCII characters are converted. |
SevenBitLink | All nonprinting ASCII characters are converted. |
UserDefinedLink | All characters that would be converted under EightBitLink are converted, along with additional characters as specified with the WRQExtraCharacters property. |
See Also