On Sat, 4 Dec 2004 03:31:12 -0800 (PST), Eyal Lotem <[EMAIL PROTECTED]> wrote:
> 
> You simple have to run PyInvoke's server.py on the
> server, and then in the client, you can Pythonically
> control anything on the server:
> 
> client = pyinvoke.connect(('some_server', some_port))
> client.modules.shutil().rmtree('/tmp/blah')

  This seems terribly, terribly insecure; the kind of thing no one should ever 
run on any server or desktop anywhere for any reason.

  What am I missing?

  Jp
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to