Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.SendText

TElSimpleSSHClient     See also     


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


This method sends a string of data through the logical connection

Declaration

[C#]
    void SendText(string S);

[VB.NET]
    Sub SendText(ByVal S As String)

[Pascal]
    procedure SendText(S : string);

[C++]
    void SendText(const std::string &S);

[PHP]
    void SendText(string $S)

[Java]
    void sendText(String S);

Parameters

  • S - data string

Description

    Use SendText to send a string data through the logical connection.

See also:     ReceiveText     SendData    

Discuss this help topic in SecureBlackbox Forum