IPWorks SSH 2020 Kotlin Edition

Questions / Feedback?

Command Property

The command to be sent to the remote host.

Syntax

public var command: String?

Default Value

""

Remarks

Assigning a command to this property makes the component attempt to connect to the SSHHost and execute the command under the user's shell. There is no need to append an end-of-line character to the command. All output from the remote application will be returned through the Stdout event.

Note: the component will terminate the connection once the remote application has finished executing. If the exit status of the application is non-zero (failure), the component will raise an exception.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks SSH 2020 Kotlin Edition - Version 20.0 [Build 7941]