Discuss this help topic in SecureBlackbox Forum

TElIdSSHConnection.Command

TElIdSSHConnection     See also     


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


This property specifies the command which is executed on server

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property Command : string;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

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