EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.Commands

TElSimpleSSHClient     See also    


 

This property specifies the commands to be executed on the server

 
 

Declaration

[C#]
    TElStringList Commands;

[VB.NET]
    Property Commands As TElStringList

[Pascal]
    property Commands : TStringList;

[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 the commands which you want to execute on a server side (for example, «ls -l | grep myfile»)

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

 
 

See also:     Command     Environment     TerminalInfo    

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