Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / ZmodemAutoDownload Property
In This Topic
    ZmodemAutoDownload Property
    In This Topic
    Returns or specifies whether Reflection takes advantage of the Zmodem automatic download feature.
    Syntax
    expression.ZmodemAutoDownload As Boolean
    where expression is a variable that represents a FileTransfer Object
    Remarks
    With this feature, Reflection starts to receive a remote file as soon as it detects a Zmodem header. The default value is true. When you set this property to false, you must start the remote system Zmodem send program and then use ZmodemReceiveFile to initiate a download.
    See Also