File Permission Error on FileZilla

Pong

Administrator
Staff member
#2
It is really a linux file permission question, not a web server question, you should ask in Linux forum or Linux category.

files and folders have ownership, for example, "user1:user1", belongs to user "user1" and group "user1", normally your ftp should be "user1" to login to the user_root, such as /home/user1/, normally any files and folders should be managable/detete/create after you login. but if your ftp doesn't login as the user defined in the system. it will runinto issue. Even you give the end file as 777 but /subfolder/777 subfolder may not give your x permission to do anything under that folder.

To sum, run your ftp as right user.
 
Top