Discuss this help topic in SecureBlackbox Forum

TElSSHServer.AllowedSubsystems

TElSSHServer     


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


This property specifies which subsystems server is allowed to use.

Declaration

[C#]
    TElStringList AllowedSubsystems;

[VB.NET]
    Property AllowedSubsystems As TElStringList

[Pascal]
    property AllowedSubsystems : TStringList;

[C++]
    TStringList* get_AllowedSubsystems();

[PHP]
    TStringList get_AllowedSubsystems()

[Java]
    TElStringList getAllowedSubsystems();

Description

    Use this property to specify subsystems allowed to be opened, for example SFTP.

Discuss this help topic in SecureBlackbox Forum