The <inputFile> element is a child element of <execNative>. The <inputFile> element specifies the path to a local file on the Remote Agent whose contents should be fed into the standard input of the command being executed. The path to the local file is specified through the name attribute in the <inputFile> element.
The <inputFile> element cannot be used with the <inputText> element in an <execNative> command.
Name |
Type |
Required |
Configurable |
Description |
name |
String |
Yes |
Yes |
The file to read the input of the command from. Should be a non-empty string. If relative path is specified, it is taken relative to the command's working directory. |