Missed something? Cant upload files to server (permissions)
- by Camran
I can upload files as "root" to the Ubuntu server.
Then I created a user (me).
Next I added the user to the group www-data.
Then assigned rwx permissions to www-data.
Next, when I try to upload, delete or modify files VIA FILEZILLA, I cant.
But via the terminal, I can change files using sudo command.
What should I do to be able to upload files without getting the "permission denied" in filezilla?
If you need more input let me know.
Thanks