Protocol Property
Sets the protocol to use for the transfer.
Syntax
int GetProtocol();
int SetProtocol(int iProtocol);
Possible Values
PROT_REXEC(0), PROT_RSHELL(1)
Default Value
0
Remarks
This property determines the protocol mechanism used to communicate with the remote host. It has two possible values:
protRexec (0) | The class uses the REXEC protocol is used for data transfer. |
protRshell (1) | The class uses the RSHELL protocol is used for data transfer. |
Data Type
Integer