Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Remote command execution

&pagelevel(4)&pagelevel

A command is executed synchronously in the remote system. The data output by the command at stdout and stderr can be called up separately.
You can do this using the function group ft_xc*(). This comprises the following individual functions:
ft_xcopen()

The function ft_xcopen() is used for the synchronous execution of the command in the remote system.

ft_xcinfo()

The function ft_xcinfo() reads the data generated by the command.

ft_xcclose()

The function ft_xcclose() terminates command execution.