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