Discuss this help topic in SecureBlackbox Forum

TElCommandSSHTunnel.Commands

TElCommandSSHTunnel     See also     


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


Specifies the commands which should be executed on the server.

Declaration

[C#]
    TElStringList Commands;

[VB.NET]
    Property Commands As TElStringList

[Pascal]
    property Commands : TElStringList;

[C++]
    TElStringList* get_Commands();

[PHP]
    TElStringList get_Commands()

[Java]
    TElStringList getCommands();

Description

    Assign this property the commands 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