Discuss this help topic in SecureBlackbox Forum

TElSftpClient.Tunnel

TElSftpClient     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the subsystem tunnel over which the connection to server should be established.

Declaration

[C#]
    TElCustomSSHTunnel Tunnel;

[VB.NET]
    Property Tunnel As TElCustomSSHTunnel

[Pascal]
    property Tunnel : TElSubsystemSSHTunnel;

[C++]
    TElCustomSSHTunnel* get_Tunnel();
    void set_Tunnel(TElCustomSSHTunnel &Value);
    void set_Tunnel(TElCustomSSHTunnel *Value);

[PHP]
    TElCustomSSHTunnel get_Tunnel()
    void set_Tunnel(TElCustomSSHTunnel $Value)

[Java]
    TElCustomSSHTunnel getTunnel();
    void setTunnel(TElCustomSSHTunnel Tunnel);

Parameters

  • Tunnel -

Description

    This property defines the Subsystem Tunnel which is used to forward the SFTP connection to SFTP server through SSH channel.

Discuss this help topic in SecureBlackbox Forum