Admin Production rocket
Current Publication

ZmodemAutoDownload Property

Reflection Desktop .NET API Guide V18.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
ZmodemAutoDownload Property
In This Topic
Returns or specifies whether Reflection 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, Reflection 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