Protocol Property
Sets the protocol to use for the transfer.
Syntax
public int getProtocol(); public void setProtocol(int protocol);
Enumerated values: public final static int protRexec = 0; public final static int protRshell = 1;
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. |
Default Value
0