Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / WRQStartupCommand Property
In This Topic
WRQStartupCommand Property
In This Topic
Returns or specifies the host startup command for the WRQ/Reflection transfer protocol. This property is relevant only for transfers that use the WRQ/Reflection protocol.
Syntax
expression.WRQStartupCommand As String
where expression is a variable that represents a FileTransfer Object
Remarks
The default depends on whether you have selected UNIX or OpenVMS defaults. See HostForDefaultSettings for details. This string can be 80 characters long. If you set the string to greater than 80 characters, all characters after the 80th character are removed.
See Also