On Wed, 15 Apr 2009 07:24:24 +0100, phaneendra s
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 URL("http://server-name/cgi-bin/finalexec1.py?command=
"+comman
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