ChannelType Property

Specifies the Channel Type to be used by the component.

Syntax

public SshplexChannelTypes ChannelType { get; set; }

enum SshplexChannelTypes { cstSShell, cstSExec, cstScp, cstSftp }
Public Property ChannelType As SshplexChannelTypes

Enum SshplexChannelTypes cstSShell cstSExec cstScp cstSftp End Enum

Default Value

0

Remarks

The ChannelType property determines the protocol used by the component and therefore the applicable methods and properties for each channel. Valid values are:

ChannelTypeDescriptionApplicable MethodsApplicable Properties
0 (cstSShell - default) An interactive shell for command execution
1 (cstSExec) Command execution using SExec
2 (cstScp) SCP File Transfer
3 (cstSftp) SFTP File Transfer

Note that CancelOperation and other methods not explicitly listed above are applicable to all channel types.

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 .NET Edition - Version 20.0 [Build 8501]