Hi all, Got an issue that should be fairly straight forward. I'm uploading files using a php script which works fine, however, when I try to login with the administrator account through ftp to get the files, there is a permissions denied. This is because the files are set to www-data:www-data user/group. What is the appropriate way to get these files set over to the correct user/group so they can be retreived? Thanks, Ken
You either have to chmod the files so that anyone can read them, or you use chown to change the ownership.