<br><br><div class="gmail_quote">On Sat, Jul 16, 2011 at 3:49 AM, Md Ashickur Rahman Noor <span dir="ltr"><<a href="mailto:ashickur.noor@gmail.com">ashickur.noor@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
What does it says? have you change folder permission using chmod?</blockquote><div>        Actually sir i am downloading that directory first from server and then coping it to /var/www through bash scripting.Yes permission has been changed.Following is the code.please see and tell me what went wrong.</div>
<div><br></div><div>  sudo wget http:/server-name/GNDEC-SMS-Service.tar.gz</div><div>sudo chmod 777 -R /var/www/</div><div>sudo mv GNDEC-SMS-Service.tar.gz /var/www/</div><div><br></div><div>cd /var/www/</div><div>sudo tar -zxvf  GNDEC-SMS-Service.tar.gz</div>
<div>sudo chmod 777 GNDEC-SMS-Service</div><div><br></div><div>Thanks for support !!</div><div><a href="http://amritpalpathak.blogspot.com">amritpalpathak.blogspot.com</a> </div></div>