Hi!
I have a problem: for some modules and components, I can't modify the files contained in the different directory. For example, if I download with Filezilla a file index.php from the directory mod_anything, I can modify it with an editor (such as Notepad++). However, when I try uploading the new version of the index.php file to the mod_anything directory, FileZilla won't be able to do so.
The FileZilla message error would then be:
| Code: |
Status: Starting upload of C:\Path\index.php
Command: CWD /httpdocs/modules/mod_anything
Response: 250 CWD command successful
Command: TYPE A
Response: 200 Type set to A
Command: PASV
Response: 227 Entering Passive Mode (209,251,108,18,178,45).
Command: STOR index.php
Response: 550 index.php: Permission denied
Error: Critical file transfer error
|
When I download a file from the modules/components affected, the folder and files will be "read-only" with the case filled (not the check mark). Even if I try to uncheck the case, pressing "Apply" and "Ok", it won't go away.
What I know is that only the modules/components that I didn't install by myself are affected. Only the modules/components installed by my friend (who works on the website too) are, in fact, marked as "read-only" when I download/modify/upload them.
I've searched, tried several things that didn't work out. I'm pretty sure it is about "file ownership", but I don't know what to do in that case.
Please, help me!
Thanks!