Discuss this help topic in SecureBlackbox Forum
This property specifies the name of remote subsystem
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum