note 102716 added to function.chmod

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
I was trying to change permissions of a folder with chmod command with FTP connection. (I needed a writable folder to upload pictures with php)

I got the following respond:
"SITE CHMOD 777 uploads: command not understood"

The reason: Server is running under Windows system that does not allow to set file permissions via FTP. Conversely, the UNIX-running servers allow that.

Solutions:

1. If your web hosting provider has a web-based control panel that lets you set file permissions, then you need to login there and make changes.

2. It is possible to contact the hosting provider and ask them about this issue; maybe they can make the changes.

3. It is possible to change the hosting provider that has servers run on UNIX, and keep the site there.

More details here: http://www.xav.com/scripts/installer/3008.html
----
Server IP: 80.67.10.228
Probable Submitter: 194.47.3.225
----
Manual Page -- http://www.php.net/manual/en/function.chmod.php
Edit        -- https://master.php.net/note/edit/102716
Del: integrated  -- https://master.php.net/note/delete/102716/integrated
Del: useless     -- https://master.php.net/note/delete/102716/useless
Del: bad code    -- https://master.php.net/note/delete/102716/bad+code
Del: spam        -- https://master.php.net/note/delete/102716/spam
Del: non-english -- https://master.php.net/note/delete/102716/non-english
Del: in docs     -- https://master.php.net/note/delete/102716/in+docs
Del: other reasons-- https://master.php.net/note/delete/102716
Reject      -- https://master.php.net/note/reject/102716
Search      -- https://master.php.net/manage/user-notes.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.