Am currently testing a bulk CSV import functionality web application and I came across a error

The given destination is not writeable

My application is zend based and uses the MVC structure

application
--uploads
library
--Zend
public
--index.php

What Ubuntu command do I exectute to safely grant the necessary rights to my uploads folder in my web application?

link|improve this question
feedback

2 Answers

Use your FTP client (FileZilla for example) to set the permissions on your uploads directory to write access.

link|improve this answer
feedback

Safest way is to use setfacl to allow you and you're web server to have write permissions to that directory.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.