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!
 
Freakish_05 said:
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!

what comand are you running?
 
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 :(
 
Am I missing something here? It sounds like you're trying to chmod a file on a Windows server, surely chmod is unix only?
 
Back
Top Bottom