open for write: permission denied | Filezilla
open for write: permission denied | Filezilla
Hi im trying to use filezilla sftp connection to edit the css or image files but i get the error below. it says the owner is Apache or root most of the time. Im currenly logged in as admin. how can i get access to edit these files also Im using cent os 6
---------------------
/usr/local/vesta/web/images/logo.png: open for write: permission denied
Error: File transfer failed
---------------------
/usr/local/vesta/web/images/logo.png: open for write: permission denied
Error: File transfer failed
-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: open for write: permission denied | Filezilla
It's an permission issue. Actually it is not a issue but a security. You do not want anyone can edit these files. Only root can.
ls -l /usr/local/vesta/web
drwxr-xr-x 2 root root 4096 xxx x xx:xx images
ls -l /usr/local/vesta/web
drwxr-xr-x 2 root root 4096 xxx x xx:xx images
Re: open for write: permission denied | Filezilla
So how would i get access to change the files or the file owner
-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: open for write: permission denied | Filezilla
Login as root or ssh and use sudoomz247 wrote:So how would i get access to change the files or the file owner