Discuss this help topic in SecureBlackbox Forum

TElCommandSSHTunnel.Command

TElCommandSSHTunnel     See also     


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


This property specifies the command which is executed on server

Declaration

[C#]
    string Command;

[VB.NET]
    Property Command As String

[Pascal]
    property Command : string;

[C++]
    void get_Command(std::string &OutResult);
    void set_Command(const std::string &Value);

[PHP]
    string get_Command()
    void set_Command(string $Value)

[Java]
    String getCommand();
    void setCommand(String ACommand);

Parameters

  • ACommand -

Description

    Assign this property a command which you want to execute on a server side (for example, «ls -l | grep myfile»)

See also:     Environment     TerminalInfo    

Discuss this help topic in SecureBlackbox Forum