Admin Production rocket
Current Publication

ZmodemReceiveStartupCommand Property

Reflection Desktop .NET API Guide V17.1
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.
ZmodemReceiveStartupCommand Property
In This Topic
When you send a file from the PC to the host using the Zmodem protocol, this command is transmitted to the host.
Syntax

                     
                     
'Declaration
 

                     
                     
Property ZmodemReceiveStartupCommand As String

                  

                     
                     
'Usage
 

                     
                     
Dim instance As IFileTransfer
Dim value As String
 
instance.ZmodemReceiveStartupCommand = value
 
value = instance.ZmodemReceiveStartupCommand

                  

                     
                     
string ZmodemReceiveStartupCommand {get; set;}

                  

Property Value

The default value is "". This string can be up to 80 characters long.
Remarks
It should contain the name of the program that starts the Zmodem receive command on the host. If you do not specify a receive startup command, you must manually start the host's Zmodem receive program before you can send files. This property is only necessary when sending files to a host system; it is not required for transferring files to a bulletin board. The default value is "". This string can be up to 80 characters long.
See Also