CHMOD Problems - Request help

Associate
Joined
1 May 2006
Posts
810
Location
Bristol, UK
Hi all.

Got a rather annoying problem with FileZilla. I'm connecting to my webserver which is win2k with FileZilla server and it just won't let me CHMOD some rather important install scripts. It comes back with an error
Code:
504 Command not implemented for that parameter
.
I've also tried running a php script with the CHMOD command but that doesn't work either!

Please help!
 
This is what I've tried:
Code:
<?php chmod("dba.php, 0777") ?>
Code:
<?php chmod("dba.php, 777") ?>
Code:
<?php chmod("./dba.php, 0777") ?>
None have worked :(
 
Back
Top Bottom