IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

Protocol Property

Sets the protocol to use for the transfer.

Syntax

[VB.NET]
Public Property Protocol As RcpProtocols

[C#]
public RcpProtocols Protocol {get; set;}

enum RcpProtocols { protRexec, protRshell }

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.)

Default Value

0

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]