EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.Command

TElSimpleSSHClient     See also    


 

This property specifies the command which is executed on the server

 
 

Declaration

[C#]
    string Command;

[VB.NET]
    Property Command As String

[Pascal]
    property Command : string;

[VB6]
    Property IElSimpleSSHClientX.Command As String

[ActiveX]
    HRESULT _stdcall IElSimpleSSHClientX.Command([out, retval] BSTR * Value );
    HRESULT _stdcall IElSimpleSSHClientX.Command([in] BSTR Value );

[DLL]
    not implemented;
 
 

Description

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

    Note, that when the command is set, Command tunnel is created and the specified command is the only one to be executed before the tunnel is closed. When the command is not set, Shell tunnel is created and the application can send several commands (via shell).

 
 

See also:     Commands     Environment     TerminalInfo    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation