Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / ZmodemReceiveStartupCommand Property
In This Topic
ZmodemReceiveStartupCommand Property
In This Topic
Specifies a command that starts the Zmodem receive command on the host when you send a file from the PC to the host using the Zmodem protocol.
Syntax
expression.ZmodemReceiveStartupCommand As String
where expression is a variable that represents a FileTransfer Object
Remarks
This command should contain the name of the program that starts the Zmodem receive command. 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 necessary only 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