Discuss this help topic in SecureBlackbox Forum

TElSubsystemSSHTunnel.Subsystem

TElSubsystemSSHTunnel     See also     


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


This property specifies the name of remote subsystem

Declaration

[C#]
    string Subsystem;

[VB.NET]
    Property Subsystem As String

[Pascal]
    property Subsystem : string;

[C++]
    void get_Subsystem(std::string &OutResult);
    void set_Subsystem(const std::string &Value);

[PHP]
    string get_Subsystem()
    void set_Subsystem(string $Value)

[Java]
    String getSubsystem();
    void setSubsystem(String AValue);

Description

    This property should specify the name of remote subsystem. The set of allowed subsystems depends on server. The most commonly used subsystem is Secure File Transfer Protocol ('sftp') subsystem.

See also:     Environment    

Discuss this help topic in SecureBlackbox Forum