Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / ZmodemSendStartupCommand Property
In This Topic
ZmodemSendStartupCommand Property
In This Topic
When you initiate a receive from the host using the Zmodem protocol, this command and the host filename are transmitted to the host.
Syntax
expression.ZmodemSendStartupCommand As String
where expression is a variable that represents a FileTransfer Object
Remarks
This value should contain the name of the program that starts Zmodem sends on the host. If you do not indicate a send startup command, you must manually start the host's Zmodem send program before you can receive the host file.

For VMS hosts, this command must be defined as a foreign command.

This property is only necessary for receiving files from a host system. Is not required for downloading files from a bulletin board. The default value is "". This string can be up to 80 characters long.
See Also