Protocol Property

Sets the protocol to use for the transfer.

Syntax

public var protocol: RcpProtocols

public enum class RcpProtocols(val value: Int) {
protRexec(0),
protRshell(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 component uses the REXEC protocol is used for data transfer.
protRshell (1)The component uses the RSHELL protocol is used for data transfer.

The default value is protRexec. (protRshell is not generally recommended because of potential security issues.)

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks 2020 Kotlin Edition - Version 20.0 [Build 7941]