Hi all,
I have set up a website where visitors can upload files. We then ftp into the server to retrieve those files, however we cannot access them as they are chmod'ed to 600 by default.
How do we gain access to these files, or chmod them when they are first uploaded by the user so we can download them with ftp?
Added note - the server is telling me that the owner of the uploaded files are 'apache',
which I guess is the default set up.
Also tried the chmod command, but had no luck 'permission denied'..
Many thanks for your assistance!