ZmodemSendStartupCommand Property
In This Topic
When you initiate a receive from the host using the Zmodem protocol, this command and the host file name are transmitted to the host.
Syntax
'Declaration
Property ZmodemSendStartupCommand As String
'Usage
Dim instance As IFileTransfer
Dim value As String
instance.ZmodemSendStartupCommand = value
value = instance.ZmodemSendStartupCommand
string ZmodemSendStartupCommand {get; set;}
Property Value
The default value is "". This string can be up to 80 characters long.
See Also