reading arguments in python script when passed from URL

2009-04-15 Thread phaneendra s
hi alll.. iam invoking a python script from a standalone client which looks lik this String command=ln -s /usr/lib /tmp/lin; //creating a soft link URL url = new URL(http://server-name/cgi-bin/finalexec1.py?command= +command); but iam not able to read this command in the python script in

Re: reading arguments in python script when passed from URL

2009-04-15 Thread Rhodri James
On Wed, 15 Apr 2009 07:24:24 +0100, phaneendra s phaneendr...@gmail.com wrote: hi alll.. iam invoking a python script from a standalone client which looks lik this String command=ln -s /usr/lib /tmp/lin; //creating a soft link URL url = new