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