Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / WRQFastCompression Property
In This Topic
    WRQFastCompression Property
    In This Topic
    Returns or specifies whether Reflection compresses files transferred using fast file transfer.
    Syntax
    expression.WRQFastCompression As Boolean
    where expression is a variable that represents a FileTransfer Object
    Remarks
    If you have a fast network but comparatively slow CPU, set this property to false so that fast file transfer won't use compression. If you have a fast CPU, setting this property to true speeds up the file transfer.

    Use WRQFastFileTransfer to specify whether Reflection uses the fast file transfer feature.

    The default value is false.
    See Also