[erlang-questions] rpc:call without being connected?

Attila Rajmund Nohl attila.r.nohl@REDACTED
Mon Sep 10 12:23:57 CEST 2012


2012/9/10 Zabrane Mickael <zabrane3@REDACTED>:
> Hi guys,
>
> Is there any equivalent way (documented or not) to execute a remote function (like "rpc:call") but
> without being connected to the remote node?

You could start an ssh daemon on the server side, then use
ssh_connection:exec/4 on the client side...



More information about the erlang-questions mailing list