Send comments on this topic.
XmodemExtension Property
Attachmate.Reflection.Objects.Emulation.OpenSystems Library > FileTransfer Object : XmodemExtension Property
Returns or specifies what type of Xmodem error checking is performed, as well as the Xmodem packet size.

Syntax

 
Object.XmodemExtension As XModemErrorCheckingOption

Remarks

The default value is XModemErrorCheckingOption.XmodemCRC.
  • Specifies 1-byte checksum and 128-byte packets.
  • Specifies 2-byte CRC and 128-byte packets.
  • 2-byte CRC and 1024-byte packets.

See Also