[medusa] Modifiyng the ftp server dinamically

Sam Rushing rushing@n...
Thu, 21 Dec 2000 09:14:36 -0800


Sergio Boix wrote:

> Hi all,
> 
> I want to build an script to change the ftp server parameters 
> dinamically from a remote machine.
> 
> Is anyway to do it?

The easiest way to do this sort of thing is to use the rpc service. See 
the files
rpc_server.py and rpc_client.py in the distribution. [they use a 
lightweight, fast rpc
built around marshal]

-Sam