Discuss this help topic in SecureBlackbox Forum
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