in reply to Re^2: a dumb socket question
in thread a dumb socket question
# server @results = <CMD>; print CLIENT @results; # client print SOCKET $cmd; @results = <SOCKET>;
Why do you have a separate server and client? Since they are running on the same machine, wouldn't it be easier to just have the client script do the ssh command? The only reason I can think of is that the server script is running as a different user with ssh privledges.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: a dumb socket question
by rhxk (Beadle) on Jul 15, 2004 at 18:46 UTC |