If you have shell access to the server you could do "chmod -R 755 <dirname>"
That would set permissions to 755 for all files and subdirectories in the the directory.
If you don't have shell access, maybe you could ask your host to set up a script to change permissions for new files and then run the script using crontab every once in a while (depending on how often you upload).
If your local OS is Linux or any other UNIX system you could do the same locally and then upload. It should keep the same permissions.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.