n_s_simpson Posted January 18, 2015 Share Posted January 18, 2015 (edited) Hi, I'm having an issue directly uploading images via FTP. Let me explain... Firstly I'm trialling StoreManager using their Direct Connection option hence why I'm not uploading images through the PS back office. However, one of my colleagues is uploading via PS and that's where the issue arises. So firstly I changed all the file permissions in the www folder so my ftp user group can create folders and delete files but using this command: find . -type f -exec chmod 664 {} \; && find . -type d -exec chmod 775 {} \; Works perfectly until PS back office creates any new files or folders that StoreManager wants access to because those then don't have group permissions so only user www-data has write access. I assume that allowing user www-data to connect via FTP is a major security issue so how can I get PS to set new files and folders it creates to 664 and 775? Would this be the best solution? Thanks Nick Edited January 19, 2015 by n_s_simpson (see edit history) Link to comment Share on other sites More sharing options...
n_s_simpson Posted January 18, 2015 Author Share Posted January 18, 2015 I've emailed StoreManager technical support about this so I'll let everyone know what they come back with on Monday. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now