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
'Declaration
Property WRQStartupCommand As String
'Usage
Dim instance As IFileTransfer
Dim value As String
instance.WRQStartupCommand = value
value = instance.WRQStartupCommand
string WRQStartupCommand {get; set;}
Property Value
The default depends on whether you have selected UNIX or OpenVMS defaults. See HostForDefaultSettings for details. This string can be up to 80 characters long; if you attempt to set it to a string of more than 80 characters, all characters after the 80th character are stripped.
See Also