Protocol Property
Sets the protocol to use for the transfer.
Syntax
property Protocol: TipwrcpProtocols;
TipwrcpProtocols = ( protRexec, protRshell );
Default Value
protRexec
Remarks
This property determines the protocol mechanism used to communicate with the remote host. It has two possible values:
protRexec (0) | The component uses the REXEC protocol is used for data transfer. |
protRshell (1) | The component uses the RSHELL protocol is used for data transfer. |
Data Type
Integer