|
|
Error conditions this actor must respond robustly to:
This actor will keep the session open until it receives a different username and host combination.
Modifications:
Reference: Ant version 1.6.2.
Author(s): Ilkay Altintas, Xiaowen Xin
Version:$Id: Ssh2Exec.java,v 1.7 2006/04/04 22:01:13 altintas Exp $
|
This is the input option for the identity file.
command
The command to be executed on the remote host.
It needs to be provided as a string.
stdout
Output of the command as it would output to the
standard shell output.
stderr
The error that were reported by the remote execution
or while connecting.
returncode
The return code of the execution.
This port will return 0 (zero) if the execution is not
succesfull, and a positive integer if it is successful.
errors
The string representation of all the errors
that happened during the execution of the actor, if there are
any.
|
The user can browse this file as it is a parameter.
streamingMode
Specifying whether the output should be sent
in a streaming mode.