InfoConnect for Unisys
ZmodemAutoDownload Property


Returns or specifies whether InfoConnect takes advantage of Zmodem's automatic download feature.
Syntax
'Declaration
 
Property ZmodemAutoDownload As Boolean
'Usage
 
Dim instance As IFileTransfer
Dim value As Boolean
 
instance.ZmodemAutoDownload = value
 
value = instance.ZmodemAutoDownload
bool ZmodemAutoDownload {get; set;}

Property Value

The default value is true.
Remarks
With this feature, InfoConnect immediately starts receiving a remote file as soon as it detects a Zmodem header. When you set this property to False, you must start the remote system Zmodem send program and then use ZmodemReceiveFile to initiate a download. The default value is true.
See Also