Author |
|
H4rM
Joined: 11 Jun 2006 Posts: 7
|
Posted: Mon 19 Jun '06 15:18 Post subject: Setting permissions "CHMOD" on my Win2003 Apache w |
|
|
Is it possible to set CHMOD permissions on a folder on my website? I tried by using an ftp program ( smartftp ) and clicking permissions on the folder and trying to set 777 permissions on it, but it does not seem to want to.
If it is possible, please let me know how to get this done. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 19 Jun '06 19:01 Post subject: |
|
|
You can use ftp chmod on Windows. But becarefull. unix 777 is on Windows 666. Than is should work correcly. |
|
Back to top |
|
H4rM
Joined: 11 Jun 2006 Posts: 7
|
Posted: Tue 20 Jun '06 4:14 Post subject: |
|
|
Does not seem to work for Windows2003 running Apache server 2.2
Not sure why, when I try to do it using an ftp client, it says
SITE CHMOD 777
500 UNKNOWN COMMAND
then when I check it again, it resets back to 755 |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Tue 20 Jun '06 17:34 Post subject: |
|
|
I got Apache 2.2 runnig on Windows 2k3.
I use the chmod command in PHP, sorry maybe that don't work from the ftp client.
Why you need 777? Normaly the file have the right permission from windows.
Normaly you set the permission as Steffen told with the right click menu. => Properties |
|
Back to top |
|
Jcink
Joined: 06 Mar 2006 Posts: 23
|
Posted: Wed 21 Jun '06 0:30 Post subject: |
|
|
I have never had to CHMOD on windows. Everything is writeable by PHP and other scripts from the second they're uploaded, I believe. |
|
Back to top |
|
H4rM
Joined: 11 Jun 2006 Posts: 7
|
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Wed 21 Jun '06 12:05 Post subject: |
|
|
See also at the the top at www.phpbb.com/kb/article.php?article_id=22 , it is stated there that CHMOD is not working on windows .
I advise to skip that step (I always do). Should work, because in windows folders are writeable by default.
Steffen |
|
Back to top |
|
YoDude9999
Joined: 23 Jun 2006 Posts: 3
|
Posted: Sat 24 Jun '06 3:45 Post subject: |
|
|
Windows (all versions) do not support CHMOD. CHMOD is used on UNIX platforms. |
|
Back to top |
|
Jorge
Joined: 12 Mar 2006 Posts: 376 Location: Belgium
|
|
Back to top |
|