2016-08-22, 03:40:39
file permissions have nothing to do with ftp.
it depends on if your php ftp and apache are in the same group. You might be able to chown the php files to php or a user in the same group, so you do not need to set writable for other, which is not good.
it depends on if your php ftp and apache are in the same group. You might be able to chown the php files to php or a user in the same group, so you do not need to set writable for other, which is not good.