Posted by Daniel Tryba on 07/06/05 15:09
brian.vincent@gmail.com wrote:
> I'm trying to use the ssh2 functions to run a graphical app. I have no
> problem opening ssh2_shell and running something like "/bin/ls /tmp".
> However when I try to do something like:
> fwrite($stdio,"/usr/X11R6/bin/xclock -display some-other-machine:0\n");
>
> It doesn't work.
How are you running your script?
[Back to original message]
|