InfoConnect for Airlines VBA Guide
ZmodemAutoDownload Property
Returns or specifies whether InfoConnect takes advantage of the Zmodem automatic download feature.
Syntax
Object.ZmodemAutoDownload As Boolean
Remarks
With this feature, InfoConnect 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